Set default git user name
This commit is contained in:
parent
5983729766
commit
5691146137
@ -13,6 +13,9 @@ if [ -f /sys/class/backlight/intel_backlight/brightness ]; then
|
||||
echo $(($(cat /sys/class/backlight/intel_backlight/brightness)/2)) | sudo tee /sys/class/backlight/intel_backlight/brightness
|
||||
fi
|
||||
|
||||
git config --global user.name toto
|
||||
git config --global user.email .
|
||||
|
||||
xset b off
|
||||
|
||||
dconf load /org/gnome/terminal/legacy/profiles:/ < /usr/share/gnome/gnome-terminal-profiles.dconf
|
||||
|
Loading…
x
Reference in New Issue
Block a user