Skip to content

fullstackanalytics/windows-development-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows Development Environment

Cygwin

Install Cygwin with packages:

  • ssh
  • git
  • tmux
  • vim
  • inconsolata fonts
  • mintty

Mintty

Grab the .minttyrc file from the dotfiles repo.

Other Development Tools

  • VirtualBox
  • Vagrant
  • ChefDK

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-berkshelf
  • vagrant plugin install vagrant-scp

Chef recipes

Clone the cookbooks repo: https://github.com/namabile/cookbooks.git.

Run berks install.

Other Tools

  • Slack
  • Google Drive
  • Dashlane

PgPass File

Set create ~/.pgpass file for storing postgres and redshift passwords. Ensure the file has 0600 mode premssions.

About

Windows development environment used to mimic Unix development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages