No description
Find a file
2026-02-11 12:05:01 +01:00
.ssh Add interval checking on ssh connection 2026-02-11 12:05:01 +01:00
.aliases Add alias for scp-ing to storage.n.n 2025-12-17 10:53:41 +01:00
.gitconfig Add pushf alias 2025-08-22 13:03:30 +02:00
.ideavimrc Initial commit 2024-11-08 22:12:28 +01:00
.muttrc Initial commit 2024-11-08 22:12:28 +01:00
.p10k.zsh Initial commit 2024-11-08 22:12:28 +01:00
.tmux.conf Initial commit 2024-11-08 22:12:28 +01:00
.tmux.theme Initial commit 2024-11-08 22:12:28 +01:00
.vimrc Initial commit 2024-11-08 22:12:28 +01:00
.zshrc Use z instead of cd 2025-10-30 11:58:07 +01:00
README.md Change repository url 2024-12-17 16:01:24 +01:00
setup.sh Add ssh clients and other minor changes 2024-12-17 16:00:19 +01:00

dotfiles

git clone --bare  git@git.nanura.no:arunang/dotfiles.git $HOME/.dotfiles
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
dotfiles checkout
dotfiles config --local status.showUntrackedFiles no