No description
Find a file
2023-06-26 09:55:45 +02:00
.config fix spacing around ssh_symbol 2023-06-26 09:51:46 +02:00
.aliases add fchmod and dchmod aliases 2023-05-26 14:35:39 +02:00
.profile add nvm bash completions 2023-06-26 09:55:45 +02:00
.tmux.conf add nvim suggestions 2023-04-29 14:07:15 +02:00
.zshrc remove hardcoded DNS in network check 2023-06-20 13:04:23 +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