diff options
Diffstat (limited to 'scripts/init-macos.sh')
-rwxr-xr-x | scripts/init-macos.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/init-macos.sh b/scripts/init-macos.sh new file mode 100755 index 0000000..1e73cfe --- /dev/null +++ b/scripts/init-macos.sh @@ -0,0 +1,13 @@ +#!/usr/bin/env bash + +brew install \ + git \ + nnn \ + fzf \ + navi \ + tmux \ + tig + +brew install --cask \ + macvim \ + flameshot |