Open a terminal and run nano .zshrc to edit the file. Save with Ctrl X.
.zshrc:.aliases:| Utility | App Link |
|---|---|
| Dock Multiple Window Management + Minimize on Click to Dock + Alttab Previews | https://dockdoor.net/#download |
| Move and resize windows using keyboard shortcuts or snap areas | https://rectangleapp.com/ |
| Red button quits, green button maximizes | https://github.com/sglbl/CornerLights |
| Create a New File (txt, markdown, office) from context menu | https://github.com/GarfieldFluffJr/MacNewFile |
| Different Scrolling on Mouse and Trackpad | https://pilotmoon.com/scrollreverser/ |
| Mouse Scroll to Zoom in PDFs | https://github.com/alphaArgon/ScrollToZoom |
| Minimize Apps on Startup | https://www.reddit.com/r/MacOS/comments/1fpxbew/solution_macos_minimize_all_apps_on_startup_using/ |
| Set Shortcut for Apple Translator | https://www.icloud.com/shortcuts/ab79ad92a7c146a59459be6adb010924 |
(
### CURL INSTALLS
# HomeBrew
/bin/bash -c "$(curl -fsSL <https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh>)"
# Bun
curl -fsSL <https://bun.com/install> | bash
# Pnpm
curl -fsSL <https://get.pnpm.io/install.sh> | sh -
# Claude
curl -fsSL <https://claude.ai/install.sh> | bash
# Uv Python Package and Version Manager
curl -LsSf <https://astral.sh/uv/install.sh> | sh
# Brew installs
brew install pv
brew install fzf
brew install tree
brew install tlrc
brew install [email protected]
brew install composer
brew install postgresql
brew install fastfetch # neofetch
brew install --cask maccy # clipboard
brew install --cask temurin@17 # java
brew install --cask the-unarchiver # winrar
brew install supabase/tap/supabase # database
brew pin [email protected]
# fzf-tab interactive auto-completion menu
[ -f ~/.zsh/fzf-tab/fzf-tab.plugin.zsh ] && source ~/.zsh/fzf-tab/fzf-tab.plugin.zsh
)
Open Terminal from Spotlight and then apply:
(
# Open PDFs in new tab
defaults write com.apple.Preview AppleWindowTabbingMode -string always
# Import certificate
security import "GOLBOL_SULEYMAN___NIE.p12" \
-k ~/Library/Keychains/login.keychain-db \
-P "ENTER_PASSWORD" \
-A
)
# Activate remote login
sudo systemsetup -setremotelogin on
sudo systemsetup -getremotelogin
# Start an application
open -a CornerLights
# read plist file
plutil -p ~/Library/Preferences/com.soleoffice.paintxoom.plist
# or if its not binary
# defaults read com.soleoffice.paintxoom
# If a file gives "damaged and can’t be opened, move it to the Trash Error"
sudo xattr -d com.apple.quarantine FILE_PATH