Mac
Hotkeys
screenshots
- Control+⌘+Shift+4 cross hair screenshot selection auto copy to clipboard
- ⌘ + Shift + 5 Selection screenshot
window management
- Ctrl + ↑ opens desktop overview
- Ctrl + 1→0 switch to desktop number n
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 atom
→ GUI 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