Skip to content

Commit

Permalink
removing specific config
Browse files Browse the repository at this point in the history
  • Loading branch information
ashton committed May 16, 2024
1 parent 08ca448 commit 082e6a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
1 change: 0 additions & 1 deletion .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ alias cat="bat"
alias vim="nvim"
alias v="vim"
alias lv="$HOME/.local/bin/lvim"
alias awsp="nu aws shared-role-credentials web-console --account-alias=br"
14 changes: 5 additions & 9 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
[user]
name = Matheus Ashton Silva
email = matheus.ashton@nubank.com.br
email = matheusashton@gmail.com
[core]
excludesfile = /Users/matheus.ashton/.gitignore
excludesfile = ~/.gitignore
pager = diff-so-fancy | less -FXRi
[mergetool "sourcetree"]
cmd = /Applications/Sourcetree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
[alias]
st = status
br = branch
Expand Down Expand Up @@ -51,7 +48,6 @@
process = git-lfs filter-process --skip
clean = git-lfs clean -- %f
required = True
[includeIf "gitdir:/Users/matheus.ashton/dev/nu/"]
path = /Users/matheus.ashton/.nugitconfig
[url "git@github.com:"]
insteadOf = git://github.com/
[includeIf "gitdir:~/dev/nu/"]
path = ~/.nugitconfig

0 comments on commit 082e6a1

Please sign in to comment.