You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go install github.com/jesseduffield/lazygit@latest
go install github.com/fatih/gomodifytags@latest
go install github.com/josharian/impl@latest
go get -u github.com/cweill/gotests/...
go get -u github.com/koron/iferr
go install honnef.co/go/tools/cmd/[email protected]
go install github.com/golangci/golangci-lint/cmd/[email protected]
go install honnef.co/go/tools/cmd/[email protected]
go install github.com/go-delve/delve/cmd/dlv@latest
go install golang.org/x/tools/gopls@latest
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
# Node
curl -fsSL https://deb.nodesource.com/setup_19.x | sudo -E bash - &&\
sudo apt-get install -y nodejs
[user]
name = pellepedro
email = [email protected]
[filter "lfs"]
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
[init]
defaultBranch = main
[delta]
features = side-by-side line-numbers decorations
syntax-theme = Dracula
navigate = true # use n and N to move between diff sections
light = false # set to true if you're in a terminal w/ a light background color (e.g. the default macOS terminal)
plus-style = syntax "#003800"
minus-style = syntax "#3f0001"
[delta "decorations"]
commit-decoration-style = bold yellow box ul
file-style = bold yellow ul
file-decoration-style = none
hunk-header-decoration-style = cyan box ul
[delta "line-numbers"]
line-numbers-left-style = cyan
line-numbers-right-style = cyan
line-numbers-minus-style = 124
line-numbers-plus-style = 28
[apager]
diff = delta
log = delta
reflog = delta
show = delta
git:
paging:
▏ colorArg: always
▏ pager: delta --dark --paging=never
pull:
▏ mode: 'rebase'
gui:
theme:
▏ activeBorderColor:
▏ ▏ - blue
▏ ▏ - bold
▏ inactiveBorderColor:
▏ ▏ - white
▏ optionsTextColor:
▏ ▏ - blue
▏ selectedLineBgColor:
▏ ▏ - default # set to `default` to have no background colour
▏ selectedRangeBgColor:
▏ ▏ - default
▏ cherryPickedCommitBgColor:
▏ ▏ - cyan
▏ cherryPickedCommitFgColor:
▏ ▏ - blue
▏ unstagedChangesColor:
▏ ▏ - red
▏ ▏
showFileTree: true # for rendering changes files in a tree format
showListFooter: false # for seeing the '5 of 20' message in list panels
showRandomTip: false
showBottomLine: false # for hiding the bottom information line (unless it has important information to tell you)
showCommandLog: true
showIcons: true
disableStartupPopups: true
notARepository: 'skip' # one of: 'prompt' | 'create' | 'skip'
os:
editCommand: 'lvim'