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/install_mac.sh | |
parent | 045c955f835fdb11983117ca6e27aa4543de4109 (diff) | |
download | dotfiles-a52da18d18a51774e8c949e2002023212a9c6e75.tar.gz dotfiles-a52da18d18a51774e8c949e2002023212a9c6e75.zip |
Tweak vim a bit
Diffstat (limited to 'install/install_mac.sh')
-rwxr-xr-x | install/install_mac.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |