No description
Find a file
2024-08-13 02:06:11 +02:00
.config fix spacing around ssh_symbol 2023-06-26 09:51:46 +02:00
.aliases Add nvim edit alias. 2024-01-22 18:49:46 +01:00
.gitconfig Add place to put custom gitconfig. 2024-05-29 19:39:52 +02:00
.profile asdf shenanigans 2024-08-13 02:06:11 +02:00
.tmux.conf Cleanup. 2024-01-22 14:55:23 +01:00
.zshrc Add quotes for consistency 2024-05-29 14:14:44 +02: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