My dotfiles... used across Linux and Mac
- Shell 100%
| bash | ||
| claude/.claude | ||
| fish/.config/fish | ||
| git | ||
| opencode/.config/opencode | ||
| tmux | ||
| vim | ||
| zsh | ||
| .gitignore | ||
| AGENTS.md | ||
| README.md | ||
dotfiles
GNU stow for managing symlinks and git for source control. Simple!
Mostly orientated to zsh with antidote as the shell plugin manager.
install
brew install stow
sudo pacman -S stow
sudo apt install -y stow
...etc
# See https://antidote.sh/install for install instructions
apply
git clone git@github.com:robertbeal/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
stow [folder-names]
stow bash fish git starship tmux vim zsh
To overwrite pre-existing files:
stow --adopt bash zsh ...