No description
Find a file
2023-02-20 01:35:45 +01:00
.aliases Add neomutt alias 2023-02-10 00:29:38 +01:00
.profile Conditional cargo 2023-02-10 00:31:38 +01:00
.tmux.conf Add weather inside and outside of tmux 2023-02-20 01:09:03 +01:00
.zshrc Added quotes on startup 2023-02-20 01:35:45 +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