Skip to content

Instantly share code, notes, and snippets.

@dannylloyd
Last active April 9, 2019 13:27
Show Gist options
  • Select an option

  • Save dannylloyd/b898a55597f88ab008def4e4910813d5 to your computer and use it in GitHub Desktop.

Select an option

Save dannylloyd/b898a55597f88ab008def4e4910813d5 to your computer and use it in GitHub Desktop.
#http://boxstarter.org/package/nr/url?
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Set-TaskbarOptions -Size Large -Lock -Dock Bottom -Combine Never
Enable-RemoteDesktop
choco install googlechrome
choco install dotnetfx
choco install dotnet4.5
choco install dotnet4.5.1
choco install dotnet4.5.2
choco install dotnet4.6
choco install DotNet3.5
choco install visualstudiocode
choco install azure-data-studio
choco install mssqlservermanagementstudio2014express
choco install paint.net
choco fiddler4
choco install 7zip
choco install 7zip.install
choco install adobeair
choco install notepadplusplus
choco install nodejs
choco install nodejs.install
choco install git
choco install git.install
choco install vlc
choco install putty
choco install consolez
choco install spotify
choco install winscp
choco install greenshot
choco install katmouse
choco install teamviewer
choco install python
choco install fiddler4
choco install foxitreader
choco install sourcetree
choco install gittfs
choco install jbs #john's background switcher
choco install procmon
choco install virtualclonedrive
choco install rdcman
choco install resharper-platform
choco install linqpad
choco install lastpass
choco install git.install
choco install launchy
#git config
<#
git config --global user.name 'Danny Lloyd'
git config --global user.email '[email protected]'
git config --global push.default simple
git config --global core.autocrlf false
git config --global core.excludesfile 'c:/Devops/Config/Git/.gitignore_global'
git config --global core.ignorecase true
Use this git ignore file https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
#>
#Post install scripts
<#
git clone https://github.com/dannylloyd/bash-it ~/.bash_it
# ~/.bash_it/install.sh
#>
#Post install steps
<#
Install http://www.architectshack.com/PoorMansTSqlFormatter.ashx#Download_5
http://stackoverflow.com/questions/23303026/does-the-poor-mans-t-sql-formatting-add-in-for-management-studio-2012-work-in-ma
Install http://www.devart.com/dbforge/sql/sqlcomplete/sqlcompletefree.exe
gpedit.msc User Configuration>Administrative Templates>Control Panel>Personalization>Enable Screen Saver, change screen saver timeout value
Modify SSMS default scripts folder : http://stackoverflow.com/a/27830471/618186
Modify SSMS Prevent saving changes that require the table to be re-created http://stackoverflow.com/a/6810442/618186
git clone devops repo on share
Turn on IIS application development http://stackoverflow.com/questions/9794985/iis-this-configuration-section-cannot-be-used-at-this-path-configuration-lock
#>
#Visual Studio Extensions
<#
Visual Studio Spell Checker
#>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment