Multimedia
- image browser: Phoenix Slides (browsing, deleting, slideshow...)
- photo editor: Gimp
- video editor: Lightworks (tutorial below)
Coding & Developing
- source codes editor: Brackets
- FTP browser: FileZilla
Installing Homebrew
From brew.sh:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Installing Python Pip [source]:
- download get-pip.py script from GitHub
- run sudo python get-pip.py
Installing gcc: xcode-select --install
Installing ssh-copy-id: brew install ssh-copy-id