Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
[user] | |
name = João Pedro | |
email = [email protected] | |
[include] | |
path = ~/themes.gitconfig | |
[init] | |
defaultBranch = main |
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
# <type>[(optional scope)]: <subject> | |
# <BLANK LINE> | |
# [optional body] | |
# <BLANK LINE> | |
# [optional footer(s)] | |
# type | |
# fix: A bug fix | |
# feat: A new features | |
# docs: Documentation only changes |
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
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
# Path to your oh-my-zsh installation. | |
export ZSH="/home/joaom/.oh-my-zsh" | |
export PATH=$HOME/.local/bin:$PATH | |
export GO111MODULE='on' | |
export PATH=$PATH:/usr/local/go/bin | |
export GOPATH=$HOME/go |