Last active
January 24, 2019 11:59
-
-
Save trailmax/43015316876dc351bf58 to your computer and use it in GitHub Desktop.
Environment Creation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
choco install 7zip | |
choco install chocolateygui | |
choco install ConEmu | |
choco install DotNet4.5.2 | |
choco install DotNet4.6.1 | |
choco install dotnet4.7.1 | |
choco install dotnet4.7.2 | |
choco install dotnetcore-sdk | |
choco install dotnetfx | |
choco install dotPeek | |
choco install doublecmd | |
choco install fiddler | |
choco install Firefox | |
choco install foobar2000 | |
choco install git | |
choco install greenshot | |
choco install grepwin | |
choco install inssider | |
choco install linqpad | |
choco install microsoftazurestorageexplorer | |
choco install naps2 | |
choco install notepadplusplus | |
choco install paint.net | |
choco install poshgit | |
choco install putty | |
choco install qbittorrent | |
choco install screentogif | |
choco install slack | |
choco install SourceTree | |
choco install sumatrapdf.install | |
choco install sysinternals | |
choco install treesizefree | |
choco install veracrypt | |
choco install vlc | |
choco install vscode | |
choco install winscp | |
choco install f.lux | |
choco install skype | |
#Set up Git | |
git config --global core.autocrlf true | |
git config --global fetch.prune true | |
# Set up simlinks | |
Remove-Item C:\Users\trailmax\Downloads -Force -Recurse | |
cmd /c mklink /d C:\Users\trailmax\Downloads D:\Dropbox\downloads\ | |
cmd /c mklink "c:\Program Files\ConEmu\ConEmu64.exe" "c:\Program Files\ConEmu\console.exe" | |
[Environment]::SetEnvironmentVariable("Path", $env:Path + ";c:\Program Files\ConEmu\", [EnvironmentVariableTartget::Machine) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run as
START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/trailmax/43015316876dc351bf58/raw/