No description
Find a file
2024-11-07 20:14:18 +01:00
.config fix spacing around ssh_symbol 2023-06-26 09:51:46 +02:00
.aliases add some things 2024-10-19 16:13:45 +02:00
.gitconfig Swap include order. 2024-11-07 20:14:18 +01: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 add some things 2024-10-19 16:13:45 +02:00
.zshenv add some things 2024-10-19 16:13:45 +02:00
.zshrc add some things 2024-10-19 16:13:45 +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