We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028f780 commit 7789290Copy full SHA for 7789290
setup/deb-setup.sh
@@ -1,10 +1,7 @@
1
#!/usr/bin/env bash
2
3
source ~/Build-Env-Setup-Scripts/setup/hub.sh
4
-git config --global user.name "PizzaG"
5
-git config --global user.email "[email protected]"
6
-git config --global credential.helper "cache --timeout=7200"
7
printf '\n' | tee -a ~/.bashrc
8
echo "source ~/scripts/functions" >> ~/.bashrc
9
echo "onLogin" >> ~/.bashrc
10
-sudo apt install figlet fortune byobu mosh -y
+sudo apt install figlet fortune byobu mosh -y
0 commit comments