No description
Find a file
2023-05-01 12:16:59 +02:00
.aliases add clip alias 2023-04-28 10:48:43 +02:00
.profile add nvm to .profile 2023-04-29 14:07:15 +02:00
.tmux.conf add nvim suggestions 2023-04-29 14:07:15 +02:00
.zshrc swapped wttr.in call to use --max-time instead of --connect-timeout 2023-05-01 12:16:59 +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