No description
Find a file
2023-02-09 15:11:37 +01:00
.aliases Add various utility aliases 2023-02-09 15:10:23 +01:00
.tmux.conf Fix colors in Mutt 2023-02-08 23:52:57 +01:00
.zshrc Add package suggestion 2023-02-09 15:11:37 +01:00
README.md Add instructions to overwrite local dotfiles 2023-02-08 14:37:35 +01:00
setup-zsh.sh Fix setup-zsh bash syntax 2023-02-08 23:44:24 +01:00

To install:

git clone --bare git@github.com:Kaholaz/dotfiles.git $HOME/.dotfiles

alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'

dotfiles config --local status.showUntrackedFiles no

dotfiles restore --staged . (WARNING: DELETES ANY LOCAL DOTFILES)

dotfiles checkout