gambtho / windows-dev-box-setup-scripts

Scripts to simplify setting up a Windows developer box

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup Process

More Info

Click link to run Description
Full Stack Windows and Linux Native Tools

Notes:
When the script finishes you will only have a root user with a blank password. You should manually create a non-root user via $ sudo adduser [USERNAME] sudo with a non-blank password. Use this user going forward. For more info on WSL please refer to the documentation.

The Chocolatey client will not allow you to magically install software that requires administrative access, so you will need to find packages that are portable or create those and push them to the community repository or your internal sources.

Todo

  • maintain updated package list
  • sudo apt-get install $(awk '{print $1'} package.list) -dircolors -zsh -vim config -ssh umount mount -docker -powerline font -terraform

Random command

Restart-Service LxssManager

zshrc

refined theme eval "dircolors -b ~/.dircolors" export DOCKER_HOST=tcp://0.0.0.0:2375 autoload -U promptinit; promptinit alias idea="/mnt/c/Users/.../AppData/Local/JetBrains/Toolbox/apps/IDEA-U/ch-0/183.5429.30/bin/idea64.exe"

dircolors

About

Scripts to simplify setting up a Windows developer box

License:MIT License


Languages

Language:PowerShell 100.0%