From f1524969f404fff4e79ae631db2db3865dc5be15 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Sat, 30 Nov 2019 12:44:22 +0100 Subject: :wrench: Theming, adding aliases and so forth --- install/install_mac.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'install') 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 -- cgit v1.2.3