My dotfiles... used across Linux and Mac
2026-07-01 22:47:24 +01:00
bash chore: update agents 2026-06-30 23:55:52 +01:00
claude/.claude chore: update agents 2026-06-30 23:55:52 +01:00
fish/.config/fish chore: add abbreviation 2026-07-01 00:09:54 +01:00
git chore: update agents 2026-06-30 23:55:52 +01:00
opencode/.config/opencode chore: tweak models 2026-07-01 22:47:24 +01:00
tmux Initial commit 2019-09-19 11:16:19 +01:00
vim chore: update dotfiles 2023-05-18 12:35:20 +01:00
zsh chore: add pnpm to fish 2026-01-31 00:30:17 +00:00
.gitignore chore: track opencode/claude configs and ignore runtime data 2026-06-30 16:50:00 +01:00
AGENTS.md chore: clean up dotfiles 2026-02-13 22:38:43 +00:00
README.md chore: migrate to fish 2026-01-23 22:46:10 +00:00

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 ...