Skip to content

Instantly share code, notes, and snippets.

@heberop
Created November 6, 2016 22:53
Show Gist options
  • Save heberop/5175e583a6f8302ac597514048d0c1bf to your computer and use it in GitHub Desktop.
Save heberop/5175e583a6f8302ac597514048d0c1bf to your computer and use it in GitHub Desktop.
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
choco install -y nodejs.install
choco install -y visualstudiocode
choco install -y git
choco install -y conemu
git clone https://github.com/heberop/poshfiles.git %userprofile%\Documents\WindowsPowerShell
cd %userprofile%\Documents\WindowsPowerShell
git submodule update --init --recursive
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iwr -o ~/.gitconfig https://gist.githubusercontent.com/heberop/2135906c3e55558d76a3/raw/5114640f1b0784635655d9c8dff68f3926e81591/.gitconfig"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment