added output of oh-my-zsh installer
This commit is contained in:
parent
6296391825
commit
0ffe30b88a
2 changed files with 3 additions and 3 deletions
|
@ -61,7 +61,7 @@ function installDependencies {
|
||||||
# Install Oh My Zsh
|
# Install Oh My Zsh
|
||||||
if [ ! -d "$HOME/.oh-my-zsh" ]; then
|
if [ ! -d "$HOME/.oh-my-zsh" ]; then
|
||||||
echo Installing Oh-My-Zsh...
|
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
|
# Install powerlevel9k theme in Oh-My-Zsh
|
||||||
if [ ! -d "$HOME/.oh-my-zsh/custom/themes/powerlevel9k" ]; then
|
if [ ! -d "$HOME/.oh-my-zsh/custom/themes/powerlevel9k" ]; then
|
||||||
echo Installing Powerlevel9k theme...
|
echo Installing Powerlevel9k theme...
|
||||||
|
@ -102,4 +102,4 @@ if [ ! -f $INSTALLED_FLAG_FILE ]; then
|
||||||
fi
|
fi
|
||||||
syncDotfiles
|
syncDotfiles
|
||||||
echo "All done!"
|
echo "All done!"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
],
|
],
|
||||||
"close_windows_when_empty": false,
|
"close_windows_when_empty": false,
|
||||||
"color_scheme": "Packages/User/predawn (Flake8Lint).tmTheme",
|
"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,
|
"find_selected_text": true,
|
||||||
"font_size": 10,
|
"font_size": 10,
|
||||||
"ignored_packages":
|
"ignored_packages":
|
||||||
|
|
Loading…
Reference in a new issue