No description
Find a file
2025-04-01 11:53:56 +02:00
.config/kitty I don't use i3. 2025-04-01 11:53:24 +02: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 Improve git config. 2025-03-16 22:09:10 +01:00
.tmux.conf Let the terminal determine colors. 2024-11-22 03:15:59 +01:00
.zprofile Move nvm to .zshrc. 2024-12-13 18:10:30 +01:00
.zshenv Remove bloat. 2025-04-01 11:53:56 +02:00
.zshrc Remove bloat. 2025-04-01 11:53:56 +02:00
README.md Fix instructions. 2025-03-10 08:54:19 +01:00
setup-zsh.sh Fix setup-zsh bash syntax 2023-02-08 23:44:24 +01:00

To install:

git clone --bare http://git.kaholaz.net/kaholaz/dotfiles $HOME/.dotfiles

alias dotf='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'

dotf config --local status.showUntrackedFiles no

dotf restore --staged .

dotf restore .

dotf remote set-url origin git@git.kaholaz.net:kaholaz/dotfiles.git