Skip to content

Instantly share code, notes, and snippets.

@dvingo
Last active July 12, 2020 11:56
Show Gist options
  • Save dvingo/389085439b6fbea6bdc1fcd86618537d to your computer and use it in GitHub Desktop.
Save dvingo/389085439b6fbea6bdc1fcd86618537d to your computer and use it in GitHub Desktop.
new mac software install

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

SSHFS

brew install sshfs https://jonathansblog.co.uk/sshfs-mount-remote-drive-in-finder

intellij

idea settings -> editor -> general

change font size with command + mouse wheel

uncheck move code fragments with drag and drop

Enable firewall

-> System Preferences -> Security and Privacy -> Firewall -> enable

CPU + fans monitor

https://github.com/DanielStormApps/Fanny

Disable search string on google

system prefs -> keyboard -> shortcuts -> services -> Searching -> search with google disable

Turn off power noise

/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

Turn off UI sounds

System Preferences -> Sound ->

uncheck Play user interface sounds effects

Play feedback when volume is changed

Move Alert Volume slider to zero

keyboard shortcuts

https://support.apple.com/en-us/HT201236

etc

https://github.com/tanin47/tip Programmable tooltip that can be used with any Mac OS app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment