#bash #shell #dotfiles #neovim #vim #developertools #MacOS #Linux #software

I've only have MacOS and Pop!_OS, so if you're on a different Linux Distro, I'd love to get your feedback.

Hey everyone! I know I've been quiet on here for a while. I've been working hard to finish and publish a project. I also documented it using Read the Docs.

Opal Version 3 is a command line framework for Bash users. There a new Bash scripting library that makes it much easier to write shell scripts, and a great way to power your dotfiles.

https://andrewwoods.net/blog/2026/opal-v3-released/

Check it out!

#bash #shell #dotfiles #neovim #vim #developertools #MacOS #Linux #software

Opal Version 3 Released | NYC PHP Developer | Andrew Woods

The day has come. Opal version 3 is finally here. The latest version of Opal was released earlier this week.

NYC PHP Developer | Andrew Woods

@unknownuniverse I’d treat this as a checklist, not as something to run blindly.

It updates the system, installs AUR packages, enables services, modifies /etc/fstab, mounts NFS shares, and enables update timers.

Useful? Sure.

Something I’d execute from a random post on my main machine?

Absolutely not. πŸ˜„

#Linux #ArchLinux #CachyOS #Security #Sysadmin #Dotfiles

πŸš€ My CachyOS (Arch based) setup script using the Fish shell. Saves so much time when doing full system installs!

Installs yay, core/AUR apps, NFS mounts, auto-update, and more!

Adapt as needed for your network and package preferences.

Tip: Rename the script from .txt to .fish for direct use with Fish shell.

#Linux #Arch #CachyOS #fishshell #dotfiles #Automation

If you are a "ZSH Casual" who prefers vim as their editor, but whose fingers prefer emacs terminal keybindings...

You may be surprised to find setting `EDITOR=vim` will switch your keybindings to vim.

`set -o emacs` fixes it! But omg that bugged me for a couple weeks before I knuckled down and line-by-line debugged my (8 line) `.zprofile` and `.zshrc` files.

#Vim #Emacs #ZSH #Programming #Dotfiles

Bajo el principio KISS (Keep It Simple, Stupid), Arch te permite construir un sistema desde cero, instalando solo lo que realmente necesitas. Para quienes vivimos en la terminal, su modelo rolling release y el AUR son herramientas inigualables que garantizan software siempre actualizado. πŸš€

Β‘Simplicidad tΓ©cnica, no visual!

#ArchLinux #Linux #SysAdmin #OpenSource #KISS #Dotfiles #GNU

Does it make sense to create a Makefile or install script for #dotfiles? :3

The manager will symlink your symlink. The OS resolves the chain transparently. Both `~/.foo/X` and `~/.bar/X` see the same files. One edit point. Single source of truth in git (which stores symlinks natively on Unix).

Tested today on dotbro with a Claude Code skill that lives at both `~/.claude/skills/X` and `~/.agents/skills/X`. Same trick works for stow, chezmoi β€” anything that calls symlink(2) without resolving src first.

https://github.com/hypnoglow/dotbro

#dotfiles

GitHub - hypnoglow/dotbro: Dotbro - simple yet effective dotfiles manager.

Dotbro - simple yet effective dotfiles manager. Contribute to hypnoglow/dotbro development by creating an account on GitHub.

GitHub

dotfiles tip: if your dotfiles manager only supports 1:1 source→destination mappings, but you need one source folder mounted in two places under $HOME — don't fight the tool.

Trick: keep one source as the truth. Put a relative symlink to it inside your repo at the second location. Now you have two distinct source paths pointing to the same content. Two mappings, no key collision.

#dotfiles