diff options
-rwxr-xr-x | scripts/init-macos.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/init-macos.sh b/scripts/init-macos.sh index 1e73cfe..eae269c 100755 --- a/scripts/init-macos.sh +++ b/scripts/init-macos.sh @@ -6,7 +6,10 @@ brew install \ fzf \ navi \ tmux \ - tig + tig \ + z \ + global \ + universal-ctags brew install --cask \ macvim \ |