diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-03-09 16:29:58 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-03-09 16:29:58 +0100 |
commit | a52da18d18a51774e8c949e2002023212a9c6e75 (patch) | |
tree | caf49ceef7d3db6515bdfc1efca270896c782c67 /install | |
parent | 045c955f835fdb11983117ca6e27aa4543de4109 (diff) | |
download | dotfiles-a52da18d18a51774e8c949e2002023212a9c6e75.tar.gz dotfiles-a52da18d18a51774e8c949e2002023212a9c6e75.zip |
Tweak vim a bit
Diffstat (limited to 'install')
-rwxr-xr-x | install/install_linux.sh | 2 | ||||
-rwxr-xr-x | install/install_mac.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/install/install_linux.sh b/install/install_linux.sh index 7355bdd..9c66d62 100755 --- a/install/install_linux.sh +++ b/install/install_linux.sh @@ -25,7 +25,7 @@ function dlgYN() { dlgYN "> Install \"Highlight, atool, w3m, mediainfo, vim, git\"" res if [ $res -eq 1 ]; then tput sc - $INST_PM highlight atool w3m mediainfo curl zsh vim git python3-pip zsh tmux + $INST_PM highlight atool w3m mediainfo curl zsh vim git python3-pip zsh tmux nodejs tput rc; tput ed fi diff --git a/install/install_mac.sh b/install/install_mac.sh index 05a88b3..9b1af7b 100755 --- a/install/install_mac.sh +++ b/install/install_mac.sh @@ -32,7 +32,7 @@ fi dlgYN "> Install \"Highlight, atool, w3m, mediainfo, vim\"" res if [ $res -eq 1 ]; then tput sc - brew install highlight atool w3m mediainfo vim + brew install highlight atool w3m mediainfo vim nodejs tput rc; tput ed fi |