mkdir -p ~/.local/bin
chsh -s /bin/bash
add this to ~/.bash_profile
export BASH_SILENCE_DEPRECATION_WARNING=1
system prefs -> displays -> update resolution
install brew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew tap homebrew/cask-versions
brew cask install java11
brew install make
# Update your path:
# PATH="/usr/local/opt/make/libexec/gnubin:$PATH"
brew install aspell
brew install findutils
brew install ripgrep
brew install libgcrypt
brew install clojure/tools/clojure
brew install tree
brew install curl-openssl
brew install jq
brew install nmap
brew install htop
brew install arp-scan
brew install youtube-dl
brew install borkdude/brew/clj-kondo
brew cask install intellij-idea-ce
brew cask install rectangle
https://github.com/rxhanson/Rectangle
brew cask install calibre
brew cask install atom
- todo: add apm install commands for atom
brew cask install firefox-developer-edition
brew cask install protonvpn
brew cask install fanny
allow holding down a key to send multiple keystrokes:
defaults write -g ApplePressAndHoldEnabled 0
increase max open files
sudo launchctl limit maxfiles unlimited
install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
nvm i --lts
install yarn
curl -o- -L https://yarnpkg.com/install.sh | bash
brew cask install osxfuse
brew install sshfs https://jonathansblog.co.uk/sshfs-mount-remote-drive-in-finder
idea settings -> editor -> general
change font size with command + mouse wheel
uncheck move code fragments with drag and drop
-> System Preferences -> Security and Privacy -> Firewall -> enable
https://github.com/DanielStormApps/Fanny
system prefs -> keyboard -> shortcuts -> services -> Searching -> search with google disable
/System/Library/CoreServices/PowerChime.app/Contents/Resources
defaults write com.apple.PowerChime ChimeOnNoHardware -bool true killall PowerChime https://apple.stackexchange.com/questions/282752/turning-power-chime-off
System Preferences -> Sound ->
uncheck Play user interface sounds effects
Play feedback when volume is changed
Move Alert Volume slider to zero
https://support.apple.com/en-us/HT201236
https://github.com/tanin47/tip Programmable tooltip that can be used with any Mac OS app