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 push --description 'alias push=git push'
git push $argv;
end