Skip to content

Instantly share code, notes, and snippets.

@harryhazza77
harryhazza77 / package.json
Created August 18, 2020 09:58
Make repo commitizen friendly
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
@harryhazza77
harryhazza77 / python3-env.code-workspace
Last active April 13, 2020 11:38
vscode python workspace
first of all run `python3 -m pipenv` to create a virtual env
`python3 -m pipenv --venv` gives you the path for the values in the workspace file below

Keybase proof

I hereby claim:

  • I am harryhazza77 on github.
  • I am harrypatel (https://keybase.io/harrypatel) on keybase.
  • I have a public key ASDxbiq37Gl2FcGUAAxV4jAMBA13UoDRpfD_BSd2TzQsRgo

To claim this, I am signing this object:

git config --global alias.co checkout
git config --global alias.st status
git config --global alias.sync = !git pull --rebase --prune $@ && git submodule update --init --recursive
git config --global alias.logfile = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
@harryhazza77
harryhazza77 / gist:d6e6248becf1e9326b1a
Last active November 1, 2015 20:37
A .net developer's chocolatey/box starter gist
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
cinst IIS-WebServerRole -source windowsfeatures
cinst google-chrome-x64
cinst firefox
cinst fiddler4
cinst console2
cinst launchy
cinst 7zip