No description
Find a file
2023-02-10 18:58:24 +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 continum tmux ressurect 2023-02-09 15:53:25 +01:00
.zshrc Add taskwarrior sync 2023-02-10 18:58:24 +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