Skip to content

Commit

Permalink
Merge branch 'macos' of https://github.com/NuroDev/dots into macos
Browse files Browse the repository at this point in the history
  • Loading branch information
NuroDev committed Jun 10, 2024
2 parents ccd2456 + a98b7c6 commit d904ff7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ alias bls="b ls"
alias bud="b update"
alias bug="b upgrade"
alias bui="b uninstall"
alias buic="b uninstall --cask"

# Cargo
alias c="cargo"
Expand Down
9 changes: 8 additions & 1 deletion .gitconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[user]
email = me@nuro.dev
email = ben@nuro.dev
name = nurodev
[github]
user = nurodev
Expand All @@ -15,6 +15,8 @@
[core]
excludesfile = ~/.gitignore
editor = nano
[init]
defaultBranch = main
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
Expand All @@ -24,3 +26,8 @@
insteadOf = github:
[url "https://github.com/"]
insteadOf = gh:
[diff "lockb"]
textconv = bun
binary = true
[url "ssh://git@github.com/"]
insteadOf = https://github.com/
2 changes: 1 addition & 1 deletion .nanorc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include "/opt/homebrew/Cellar/nano/6.0/share/nano/*.nanorc"
include "/opt/homebrew/share/nano/*.nanorc"

0 comments on commit d904ff7

Please sign in to comment.