diff options
Diffstat (limited to 'install/install_mac.sh')
-rwxr-xr-x | install/install_mac.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/install/install_mac.sh b/install/install_mac.sh index 04666cc..e4d5a9a 100755 --- a/install/install_mac.sh +++ b/install/install_mac.sh @@ -53,6 +53,7 @@ fi dlgYN "> Install Powerline" res if [ $res -eq 1 ]; then tput sc + pip3 install pygments pip3 install powerline-status tput rc; tput ed fi @@ -73,10 +74,12 @@ if [ $res -eq 1 ]; then ln -isf "$CWD/mac/tmux.conf" ~/.tmux.conf ln -isf "$CWD/mac/Hyperterm/hyper.js" ~/.hyper.js ln -isf "$CWD/mac/Hyperterm/local" ~/.hyper_plugins/local - ln -isf "$CWD/Common/vim/vimrc" ~/.vimrc + ln -isf "$CWD/Common/vimrc" ~/.vimrc + ln -isf "$CWD/Common/vim" ~/.vim tput rc; tput ed fi tput setaf 3 echo "\nPlease install the font Roboto mono nerd, and enable it in your terminal." +echo "\nPlease run ':PlugInstall' in vim" tput sgr0 |