From 5a9a2f12954e12091499d16cf77f170a46fc3209 Mon Sep 17 00:00:00 2001 From: Tan Nguyen Date: Wed, 12 Jun 2024 11:05:04 +0700 Subject: [PATCH 1/3] fix: clone oh my zsh for zsh a$HOME --- global/zsh-additional.sh | 3 +++ linux/options/packages/zsh.sh | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/global/zsh-additional.sh b/global/zsh-additional.sh index e9aa465..cf68c3b 100644 --- a/global/zsh-additional.sh +++ b/global/zsh-additional.sh @@ -1,5 +1,8 @@ #!/bin/bash +# start ====== oh-my-zsh +sudo git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh + # Fast Syntax Highlighting sudo git clone https://github.com/zdharma/fast-syntax-highlighting.git "${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}"/plugins/fast-syntax-highlighting # ZSH Autosuggestions diff --git a/linux/options/packages/zsh.sh b/linux/options/packages/zsh.sh index 52c99d9..b8479dc 100644 --- a/linux/options/packages/zsh.sh +++ b/linux/options/packages/zsh.sh @@ -7,8 +7,5 @@ if [ "" = "$PKG_OK" ]; then echo "No $REQUIRED_PKG. Setting up $REQUIRED_PKG." sudo apt-get install -y $REQUIRED_PKG - # start ====== oh-my-zsh - sudo git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh - bash ../../../global/zsh-additional.sh fi From 971e839a73c710273cc4954a3cac6bef95cfb981 Mon Sep 17 00:00:00 2001 From: Tan Nguyen Date: Wed, 12 Jun 2024 20:23:27 +0700 Subject: [PATCH 2/3] feat: add app to fix scroll for mouse and trackpad Invert scroll direction for physical scroll wheels while maintaining "Natural" scrolling for trackpads on MacOS --- macos/Brewfile | 1 + 1 file changed, 1 insertion(+) diff --git a/macos/Brewfile b/macos/Brewfile index 5074211..8f38d0f 100644 --- a/macos/Brewfile +++ b/macos/Brewfile @@ -23,3 +23,4 @@ cask "font-fira-code" cask "font-hack" cask "font-inter" cask "font-jetbrains-mono" +cask "unnaturalscrollwheels" From 9d105f9401e0f1551f8a7d16b1a5d8924106cd30 Mon Sep 17 00:00:00 2001 From: Tan Nguyen Date: Sat, 15 Jun 2024 11:39:39 +0700 Subject: [PATCH 3/3] feat: add some new apps for macOS --- macos/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos/install.sh b/macos/install.sh index c615c7f..dd53a11 100644 --- a/macos/install.sh +++ b/macos/install.sh @@ -32,7 +32,7 @@ done echo '####################################################################' brewInstallation() { - APP_LIST=("iterm2" "skype" "spotify" "anydesk" "teamviewer" "obs" "chatgpt" "slack" "gpg-suite" "notion" "zoom" "figma" "vlc") + APP_LIST=("openkey" "rectangle" "iterm2" "skype" "spotify" "anydesk" "teamviewer" "obs" "chatgpt" "slack" "gpg-suite" "notion" "zoom" "figma" "vlc") for appName in "${APP_LIST[@]}"; do echo "=========================== $appName ==========================="