- Citrix Receiver for Mac
- Download Microsoft Company Portal for Mac
- 1password
- evernote
- docker
- iterm2
- istats
- mysql workbench
- Slack
- ShiftIt
install [homebrew] (https://docs.brew.sh/Installation)
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
To Update Brew
brew update
xcode-select --install
brew install git
brew upgrade git
# git configuration setup
# git config --global push.default simple
# git config --global core.editor "vim"
# Set name and email in gitconfig
# git config --global user.name "Øyvind Pettersen"
# git config --global user.email johndoe@example.com
# git config --global push.default current
# Generate SSH keys (provide a good passphrase when asked)
ssh-keygen -t rsa -C "johndoe@example.com"
cd ~