diff --git a/functions b/functions index a46fbe2..28929f2 100644 --- a/functions +++ b/functions @@ -47,3 +47,4 @@ function lab() { echo $(curl -s https://cpsecurity.club/api/v1/status | jq ".data.status" | tr -d "\"") tput sgr0 } + diff --git a/gitconfig b/gitconfig index 2ed30bf..6d419f9 100644 --- a/gitconfig +++ b/gitconfig @@ -5,7 +5,7 @@ required = true [user] name = Stephen Parkinson - email = smparkin@calpoly.edu + email = smp827@gmail.com [core] excludesfile = ~/.gitignore_global [pull] diff --git a/setup.sh b/setup.sh index 0d042a6..da0c875 100755 --- a/setup.sh +++ b/setup.sh @@ -46,7 +46,7 @@ ln -s ~/dotfiles/newstephen.zsh-theme ~/.oh-my-zsh/custom/themes/newstephen.zsh- ln -s ~/dotfiles/tmux.conf ~/.tmux.conf ln -s ~/dotfiles/vimrc ~/.vimrc -mkdir ~/Development +mkdir ~/Developer echo "Change shell to zsh? [y/n]" read shell