No description
Find a file
2025-07-08 16:41:04 +02:00
.config Add js-stuff. 2025-05-07 19:48:31 +02:00
.local/bin add git cb 2025-07-08 16:41:04 +02:00
.ssh Add ssh-config. 2024-11-08 15:34:38 +01:00
.aliases Add venv command. 2025-04-10 13:23:54 +02:00
.gitconfig add git cb 2025-07-08 16:41:04 +02:00
.tmux.conf Let the terminal determine colors. 2024-11-22 03:15:59 +01:00
.zprofile Exchange asdf with mise. 2025-04-01 11:54:22 +02:00
.zshenv Exchange asdf with mise. 2025-04-01 11:54:22 +02:00
.zshrc Actually add mise stuff. 2025-04-01 11:54:49 +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