No description
Find a file
2024-11-22 15:06:56 +01:00
.config Add kitty configuration. 2024-11-22 15:06:56 +01:00
.ssh Add ssh-config. 2024-11-08 15:34:38 +01:00
.aliases add some things 2024-10-19 16:13:45 +02:00
.gitconfig Add some new new gitconfig options. 2024-11-07 20:55:01 +01:00
.tmux.conf Let the terminal determine colors. 2024-11-22 03:15:59 +01:00
.zprofile add some things 2024-10-19 16:13:45 +02:00
.zshenv Add to GOPATH. 2024-11-22 03:16:17 +01:00
.zshrc Let the terminal determine colors. 2024-11-22 03:15:59 +01: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