No description
Find a file
2025-02-08 18:38:24 +01:00
.config Suspend then lock... 2024-12-27 00:15:54 +01:00
.ssh Add ssh-config. 2024-11-08 15:34:38 +01:00
.aliases Don't need kint anymore + add host. 2025-02-08 18:38:24 +01: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
.Xmodmap Add touchpad tapping and caps rebind. 2024-11-24 19:13:26 +01:00
.zprofile Move nvm to .zshrc. 2024-12-13 18:10:30 +01:00
.zshenv Add nix. 2024-12-13 18:11:11 +01:00
.zshrc Fix a comment. 2025-01-29 18:19: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