No description
Find a file
2023-02-08 15:21:26 +01:00
.aliases Add support for local aliases 2023-02-08 14:47:14 +01:00
.zshrc Add Tmux autoconnect 2023-02-08 15:21:07 +01:00
README.md Add instructions to overwrite local dotfiles 2023-02-08 14:37:35 +01:00
setup-zsh.sh Add setup file 2023-02-08 15:21:26 +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