Table of Contents

Mac


Hotkeys

screenshots

window management


Installing non-trusted Software

xattr -dr com.apple.quarantine /Applications/Pixelorama\ 2.app/


Brew

Most programs installed via brew config files in /usr/local from there you'll find etc bin var etc

brew install ranger → non GUI, saves to /usr/local/Cellar
brew cask install atomGUI saves to /usr/local/Caskroom

# list installed packages
brew list # also: brew list --cask
# install / uninstall
brew install --cask seaglass
brew uninstall --cask seaglass
# cleanup unused dependancies
brew autoremove

Apache

Config located at : /etc/apache2/extra

sudo /usr/sbin/apachectl -k start