Skip to content

Commit

Permalink
Minor fixes in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
barriosnahuel committed Oct 23, 2021
1 parent 1a8d16b commit 013c53b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ logInfo "Configuring Android SDK environment variables..."

addToShell ""
addToShell "###"
addToShell "# Android SDK env vars"
addToShell "# Android SDK env vars & aliases"
addToShell "##"
addToShell "export ANDROID_HOME=\$HOME/Coding/xDKs/android-sdk"
addToShell "export PATH=\$ANDROID_HOME/tools:\$PATH"
Expand Down
4 changes: 3 additions & 1 deletion modules/oh-my-zsh/oh-my-zsh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ preInstallationLog "Oh-My-ZSH"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
postInstallationLog "Oh-My-ZSH"

addToShell ""
addToShell "# DEFAULT_USER env var is used to prevent showing the user@machine in some ZSH themes. i.e.: agnoster"
addToShell "export DEFAULT_USER=$USER"

Expand All @@ -45,7 +46,8 @@ curl -o nahu.zsh-theme https://gist.githubusercontent.com/barriosnahuel/ebabe673
sed -i -e 's/ZSH_THEME="robbyrussell"/ZSH_THEME="nahu"/' ~/.zshrc &&
postInstallationLog "nahu.zsh-theme (https://gist.github.com/barriosnahuel/ebabe673ec474f277aa6f2371eeaf372)"

logSummary 'Remember to download Ubuntu Mono font family from: https://fonts.google.com/specimen/Ubuntu+Mono?query=ubuntu (17pt font size for iTerm, 210x60)'

logSummary 'ZSH Theme changed to "avit", to view more themes go to: https://github.com/robbyrussell/oh-my-zsh/wiki/themes'
logSummary 'ZSH Theme changed to a custom "nahu" theme, to view more themes go to: https://github.com/robbyrussell/oh-my-zsh/wiki/themes'

enterDirOrExit "${CURRENT_DIR}"

0 comments on commit 013c53b

Please sign in to comment.