Skip to content

Instantly share code, notes, and snippets.

@isacmoura
Forked from AlbertoMonteiro/.gitconfig
Created June 1, 2020 17:35
Show Gist options
  • Select an option

  • Save isacmoura/caf16f79e3e9ad81c10123f17fb2542b to your computer and use it in GitHub Desktop.

Select an option

Save isacmoura/caf16f79e3e9ad81c10123f17fb2542b to your computer and use it in GitHub Desktop.
Set Environment
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop

Sublime Theme

https://github.com/mrmartineau/SetiUI-Icons-Sublime

Chocolatey configuration

choco feature enable -n allowGlobalConfirmation

Chocolatey install packages

  • 7zip
  • adobereader
  • markdownpad2
  • fiddler4
  • filezilla
  • git
  • nodejs.install
  • notepad2
  • python
  • scriptcs
  • skype
  • SublimeText3
  • SublimeText3.PackageControl
  • conemu
  • mssqlservermanagementstudio2014express
  • mssqlserver2014express

Chocolatey install command

choco install 7zip adobereader fiddler4 filezilla git nodejs.install notepad2 python scriptcs skype SublimeText3 SublimeText3.PackageControl conemu mssqlserver2014express mssqlservermanagementstudio2014express markdownpad2

Git Config

git config --global user.name "Alberto Monteiro"
git config --global user.email [email protected]
git config --global core.editor "subl -n -w"

https://gitcredentialstore.codeplex.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment