No description
Find a file
2026-01-06 13:52:01 +01:00
.config Add starship config :D 2026-01-06 13:52:01 +01:00
.local/bin Add shared media to clipboard. 2025-08-04 16:26:22 +02:00
.ssh Do not forward agent to cassarossa. 2026-01-06 13:48:24 +01:00
.zfunc Add completions to git cb. 2025-07-15 10:12:20 +02:00
.aliases Make clip a bit more robust. 2025-11-07 00:32:53 +01:00
.gitconfig Optimize shell startup (no more oh-my-zsh and zplug). 2026-01-06 00:37:23 +01:00
.tmux.conf Make tmux bar on top. 2026-01-06 13:50:38 +01:00
.zprofile Exchange asdf with mise. 2025-04-01 11:54:22 +02:00
.zshenv Be a bit less agressive with autossh. 2025-09-21 21:59:44 +02:00
.zshrc Make space and enter expand history. 2026-01-06 13:29:05 +01:00
README.md Fix instructions. 2025-03-10 08:54:19 +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