Revamp installer and dots

This commit is contained in:
Henry Hiles 2023-01-22 15:05:39 -05:00
commit 34fb8a5fcb
76 changed files with 6240 additions and 2786 deletions

View file

@ -0,0 +1,3 @@
function commit --wraps='git add -A && git commit -am' --description 'alias commit=git add -A && git commit -am'
git add -A && git commit -am $argv;
end