System Preferences > Security & Privacy > Firewall > On
- 1 Password
- 3CX > http://downloads.3cx.com/downloads/3CXPhoneforMac15.dmg
- Atom > https://atom.io/
- Chrome > https://www.google.com/chrome/
- Docker for Mac > https://docs.docker.com/docker-for-mac/install/
- Dropbox > https://www.dropbox.com/en/downloading
- Firefox > https://www.mozilla.org/en-US/firefox/new/
- Google Drive > https://www.google.com/drive/download/
- Itsycal > https://www.mowglii.com/itsycal/
- Magnet
- Monosnap
- PHPStorm > https://www.jetbrains.com/phpstorm/download/
- Skype > https://www.skype.com/en/get-skype/
- Sourcetree > https://www.sourcetreeapp.com/
- Stack Exchange Inbox Notifier > https://github.com/ghewgill/senotifier
- Transmit
Show hidden files
defaults write -g AppleShowAllFiles -bool true
ln -s ~/Dropbox/.bash_profile ~/.bash_profile
source ~/.bash_profile
mv ~/Dropbox/.ssh ~/.ssh
chmod -R 700 ~/.ssh
chmod 600 ~/.ssh/id_rsa
ln -s ~/Dropbox/config ~/.ssh/config
(ssh-keygen -t rsa -b 4096
)
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install git
brew install composer
composer global require hirak/prestissimo
ln -s ~/Dropbox/auth.json ~/.composer/auth.json
brew install node
npm install gulp --global
npm install npm@next --global
npm install npm-cache-install --global
https://www.mamp.info/en/downloads/
sudo mkdir /var/mysql
sudo ln -s /Applications/MAMP/tmp/mysql/mysql.sock /var/mysql/mysql.sock
sudo ln -s /Applications/MAMP/Library/bin/mysql /usr/local/bin/mysql
(https://github.com/drush-ops/drush-launcher/releases/latest)
curl -OL https://github.com/drush-ops/drush-launcher/releases/download/0.5.1/drush.phar
chmod +x drush.phar
sudo mv drush.phar /usr/local/bin/drush
(https://github.com/drush-ops/drush/releases)
sudo git clone https://github.com/drush-ops/drush.git /usr/local/src/drush8
cd /usr/local/src/drush8
sudo git checkout 8.1.16
sudo ln -s /usr/local/src/drush8/drush /usr/local/bin/drush8
sudo composer install
@see https://github.com/asdf-vm/asdf
sudo easy_install pip
defaults write com.apple.dock springboard-columns -int 8
defaults write com.apple.dock springboard-rows -int 6
killall Dock