diff --git a/.zprofile b/.zprofile index 26c341b..8c2f008 100644 --- a/.zprofile +++ b/.zprofile @@ -1 +1 @@ -eval $(/usr/local/bin/brew shellenv) +eval $(/usr/local/bin/brew shellenv) \ No newline at end of file diff --git a/.zshrc b/.zshrc index 425d1c1..6dfd6af 100644 --- a/.zshrc +++ b/.zshrc @@ -121,3 +121,5 @@ source $ZSH/oh-my-zsh.sh # Example aliases # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" + +toilet "$(hostname)" \ No newline at end of file diff --git a/more-common-settings.sh b/more-common-settings.sh index 9715a77..665951e 100755 --- a/more-common-settings.sh +++ b/more-common-settings.sh @@ -149,7 +149,7 @@ sudo systemsetup -settimezone "America/Chicago" # Prepare Oh My ZSH echo "[DSMOSS] Prepare oh my zsh" -brew install thefuck +brew install thefuck toilet sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" cp .zshrc ~/ git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions