No description
Find a file
2024-08-23 15:54:50 +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
.tmux.conf Actually, the weather is not that big of a deal (i can look outside). 2024-08-13 13:00:54 +02:00
.zprofile Move env and completions to correct places. 2024-08-23 15:54:50 +02:00
.zshenv Move env and completions to correct places. 2024-08-23 15:54:50 +02:00
.zshrc Move env and completions to correct places. 2024-08-23 15:54:50 +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