No description
Find a file
2023-02-08 23:40:53 +01:00
.aliases Add support for local aliases 2023-02-08 14:47:14 +01:00
.tmux.conf Changed tmux color scheme to 'dracula' 2023-02-08 21:27:22 +01:00
.zshrc Changed zsh color scheme to gruvbox 2023-02-08 23:40:53 +01:00
README.md Add instructions to overwrite local dotfiles 2023-02-08 14:37:35 +01:00
setup-zsh.sh Add zplug package manager 2023-02-08 21:17:30 +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