Initial commit: fish config, git identity, dot alias

This commit is contained in:
2026-07-03 23:10:10 -04:00
commit 4a0e382494
4 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
function dot --wraps=git --description 'Manage dotfiles via a bare repo checked out over $HOME'
git --git-dir=$HOME/.dotfiles --work-tree=$HOME $argv
end
complete -c dot -w git