No description
Find a file
2025-09-21 17:15:18 +02:00
.config Add difftastic. 2025-07-29 20:46:01 +02:00
.local/bin Add shared media to clipboard. 2025-08-04 16:26:22 +02:00
.ssh Add ssh-config. 2024-11-08 15:34:38 +01:00
.zfunc Add completions to git cb. 2025-07-15 10:12:20 +02:00
.aliases Make clip agnostic to clipboard. 2025-09-21 17:15:18 +02:00
.gitconfig Add difftastic. 2025-07-29 20:46:01 +02:00
.tmux.conf Add clipboard support for remote development. 2025-07-29 23:30:21 +02: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 Add completions to git cb. 2025-07-15 10:12:20 +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