Checklist to set up my windows environment. Inspired by mdo/config
With boxstarter and chocolately, it's very easy to setup your new windows machine in minutes
- Creates a windows powershell profile with some shortcuts if it doesn't exist
- Sets
Execution-Policy Unrestricted - Install boxstart which then executes the
bostarter-config.txt - Boxstarter installs basic apps for web-dev and also enables some file explorer options
- Installs Powershell modules such as
posh-gvm - Installs Java version manager (jaaba)
- Installs jdk8 using jabba and sets up JAVA_HOME
- Installs
posh-gvmwhich lets you download various sdks such as gradle - Removes all the useless apps that comes with new Win10 machine
- Disables advertisement options
- Installs windows updates
- Changes your computer name to
trapwhich you can modify
git clone https://github.com/srimajji/config.git
cd config
./setup.ps1