Added a few apps + uninstall

This commit is contained in:
2024-06-17 01:49:52 +02:00
parent 3b97ae4f33
commit a408c841f4
11 changed files with 27 additions and 0 deletions

6
install/set-git.sh Normal file
View File

@@ -0,0 +1,6 @@
# Set common git aliases
git config --global alias.co checkout
git config --global alias.br branch
git config --global alias.ci commit
git config --global alias.st status
git config --global pull.rebase true