added output of oh-my-zsh installer

This commit is contained in:
Adrien Luxey 2019-02-11 14:15:39 +01:00
parent 6296391825
commit 0ffe30b88a
2 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@ function installDependencies {
# Install Oh My Zsh
if [ ! -d "$HOME/.oh-my-zsh" ]; then
echo Installing Oh-My-Zsh...
sh -c "$(wget -q https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" > /dev/null 2>&1
sh -c "$(wget -q https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
# Install powerlevel9k theme in Oh-My-Zsh
if [ ! -d "$HOME/.oh-my-zsh/custom/themes/powerlevel9k" ]; then
echo Installing Powerlevel9k theme...
@ -102,4 +102,4 @@ if [ ! -f $INSTALLED_FLAG_FILE ]; then
fi
syncDotfiles
echo "All done!"
exit 0
exit 0

View File

@ -43,7 +43,7 @@
],
"close_windows_when_empty": false,
"color_scheme": "Packages/User/predawn (Flake8Lint).tmTheme",
"dictionary": "Packages/Language - French - Français/fr_FR.dic",
"dictionary": "Packages/Language - English/en_US.dic",
"find_selected_text": true,
"font_size": 10,
"ignored_packages":