Skip to content

Instantly share code, notes, and snippets.

@steveturner
Created July 9, 2019 06:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steveturner/c6107b1a066a1e426d69e56271a02d26 to your computer and use it in GitHub Desktop.
Save steveturner/c6107b1a066a1e426d69e56271a02d26 to your computer and use it in GitHub Desktop.
Interview BoxStarter
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart -EnableShowStartOnActiveScreen -EnableShowAppsViewOnStartScreen -EnableListDesktopAppsFirst
Set-CornerNavigationOptions -DisableUpperRightCornerShowCharms -DisableUpperLeftCornerSwitchApps -DisableUsePowerShellOnWinX
Set-TaskbarOptions -Lock -Dock Bottom
Update-ExecutionPolicy
choco install -y 7zip.install
#choco install -y atom
choco install -y chrome
choco install -y cmder
choco install -y curl
choco install -y f.lux
choco install -y filezilla
#choco install -y firefox
choco install -y git.install
choco install -y gitextensions
setx PATH "$env:Path;$env:ProgramFiles\git\cmd"
choco install poshgit -y
choco install git-credential-manager-for-windows -y
choco install -y greenshot
choco install -y jdk8
choco install -y jre8
choco install -y apache.ant
choco install -y maven
choco install -y gradle
choco install -y linqpad
choco install -y notepadplusplus.install
choco install -y powershell
choco install -y procexp
choco install -y putty.install
choco install -y python
choco install -y python2
choco install -y ransack
choco install -y sourcetree
choco install -y sysinternals
choco install -y vim
choco install -y visualstudiocode
choco install -y winmerge
choco install -y intellijidea-community
choco install -y eclipse
choco install -y nodejs.install
choco install sumatrapdf.install -y
choco install WordViewer -y
choco install PowerPointViewer -y
choco install FileFormatConverters -y
$jetbrain = gci -Path "$($Boxstarter.programFiles86)\JetBrains\IntelliJ*\bin\idea64.exe" | select -ExpandProperty FullName
Install-ChocolateyPinnedTaskBarItem $jetbrain -ErrorAction SilentlyContinue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment