From 90339b3e7fc55e18a1c4326ff48e67c78b11411a Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Mon, 16 Oct 2023 22:51:32 +0800 Subject: Add short script to setup macos env --- scripts/init-macos.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 scripts/init-macos.sh (limited to 'scripts') 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 -- cgit v1.2.3