No description
| bin | ||
| ghostty | ||
| helix | ||
| kitty | ||
| mise.jdx.dev | ||
| nvim | ||
| partial | ||
| wezterm | ||
| .gitignore | ||
| .gitmodules | ||
| .python-version | ||
| bashrc | ||
| dircolors | ||
| dotfile-linker.py | ||
| dotfiles.ini.example | ||
| editorconfig | ||
| font.sh | ||
| gdbinit | ||
| gitconfig.jinja | ||
| justfile | ||
| links.toml | ||
| pyproject.toml | ||
| README.md | ||
| setup-debian.sh | ||
| setup-mac.sh | ||
| ssh-config | ||
| starship.toml | ||
| uv.lock | ||
| zshrc-home.jinja | ||
| zshrc-linux-work.jinja | ||
| zshrc-muffin.jinja | ||
| zshrc-work.jinja | ||
my dotfiles
Ever-evolving set of configuration files.
This set is quite stripped-back to the set I am actually using on my Mac these days.
Install
To perform initial setup, use setup-mac.sh (only Mac at the moment).
Then, use just to process and link all the dotfiles:
just link
Uninstall
To remove the bin symlinks for example, run (in zsh)
rm ~/bin/*(@e{'[[ $REPLY:A = ~/dotfiles/bin/* ]]'})