We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d806c7b commit bc3a76cCopy full SHA for bc3a76c
2 files changed
archlinux/install/apps/git.sh
@@ -10,6 +10,7 @@ function setup(){
10
git config --global alias.st status
11
git config --global pull.rebase true
12
git config --global init.defaultBranch main
13
+ git config --global alias.s switch
14
}
15
16
function check(){
archlinux/install/desktop/packages.aur.txt
@@ -3,6 +3,7 @@ visual-studio-code-bin
3
google-chrome
4
spotify
5
localsend-appimage
6
+
7
# Fonts
8
woff2-font-awesome
9
ttf-cascadia-mono-nerd
0 commit comments