Install Cygwin with packages:
- ssh
- git
- tmux
- vim
- inconsolata fonts
- mintty
Grab the .minttyrc file from the dotfiles repo.
- VirtualBox
- Vagrant
- ChefDK
Add chefDK to your PATH.
For us in Cygwin, add the following to your .bashrc file:
alias chef="c:/\opscode/\chefdk/\bin/\chef"
alias berks="c:/\opscode/\chefdk/\bin/\berks"
Install Vagrant plugins:
vagrant plugin install vagrant-berkshelfvagrant plugin install vagrant-scp
Clone the cookbooks repo: https://github.com/namabile/cookbooks.git.
Run berks install.
- Slack
- Google Drive
- Dashlane
Set create ~/.pgpass file for storing postgres and redshift passwords. Ensure the file has 0600 mode premssions.