File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ function json_colour() {
5454# Add the rest of configs
5555source ~ /dotfiles/.functions
5656source ~ /dotfiles/.aliases
57- source ~ /dotfiles/.extra
5857
5958DISABLE_AUTO_UPDATE=" true"
6059ZSH_HIGHLIGHT_MAXLENGTH=512
Original file line number Diff line number Diff line change @@ -23,20 +23,6 @@ setup_development_baseline() {
2323 sudo scutil --set LocalHostName " $COMPUTER_NAME "
2424 sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.server NetBIOSName -string " $COMPUTER_NAME "
2525
26- echo " Enter your email for git contributions:"
27- read EMAIL
28- echo " Enter your name for git contributions:"
29- read AUTHOR_NAME
30- cat > .extra << EOF
31- #!/usr/bin/env bash
32- GIT_AUTHOR_NAME="$AUTHOR_NAME "
33- GIT_COMMITTER_NAME="$AUTHOR_NAME "
34- GIT_AUTHOR_EMAIL="$EMAIL "
35- GIT_COMMITTER_EMAIL="$EMAIL "
36- git config --global user.name "$AUTHOR_NAME "
37- git config --global user.email "$EMAIL "
38- EOF
39-
4026 # Configure contact message if computer is lost
4127 echo " Enter your contact email if this computer is lost:"
4228 read LOST_EMAIL
5743 ln -s " ${BREW_PREFIX} /bin/gsha256sum" " ${BREW_PREFIX} /bin/sha256sum"
5844
5945 # Other configurations
60- cp .gitconfig ~ /.gitconfig
6146 git config --global credential.helper osxkeychain
6247 git config --global push.autoSetupRemote true
6348
You can’t perform that action at this time.
0 commit comments