From c6206daf896594576993c14327b7b9aafd36950b Mon Sep 17 00:00:00 2001 From: Asuma Yamada Date: Mon, 6 Jan 2025 21:21:48 +0900 Subject: [PATCH] fix: update setup --- README.md | 39 ++++++++++++++++++++++++++------------- setup.sh | 18 +++--------------- 2 files changed, 29 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 14011e6..f43a4de 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,32 @@ I hope this would help somebody trying to automate setup of OSX environment in s ## What this setting covers +### Applications + +#### Editor + +- [Cursor](https://www.cursor.com/) + +#### Terminal + +- [Ghostty](https://ghostty.org/) + +#### Browser + +- [Zen Browser](https://zen-browser.app/) + +#### Other + +- google-japanese-ime +- google-chrome +- slack +- zoom +- alfred +- spectacle + +- docker +- monitorcontrol + ### OS Settings - Enable dark mode @@ -46,19 +72,6 @@ I hope this would help somebody trying to automate setup of OSX environment in s - bash - protobuf -### Application - -- google-japanese-ime -- google-chrome -- slack -- zoom -- alfred -- spectacle -- wezterm -- cursor -- docker -- monitorcontrol - ## Usage ```bash diff --git a/setup.sh b/setup.sh index 7bda7c6..6757901 100644 --- a/setup.sh +++ b/setup.sh @@ -46,20 +46,6 @@ defaults write NSGlobalDomain KeyRepeat -int 2 defaults write NSGlobalDomain InitialKeyRepeat -int 15 check_status "Keyboard settings" -# Swap semicolon and colon -if [ ! -d ~/Library/KeyBindings ]; then - mkdir -p ~/Library/KeyBindings -fi - -cat >~/Library/KeyBindings/DefaultKeyBinding.dict <