Skip to content

Commit

Permalink
Add vela options
Browse files Browse the repository at this point in the history
  • Loading branch information
jeckhart committed Aug 29, 2024
1 parent b65fb10 commit 232d146
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gitconfig.local
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@

[includeIf "gitdir:~/projects/personal/**"]
path = ~/.gitconfig.personal

[includeIf "gitdir:~/projects/vela/**"]
path = ~/.gitconfig.vela
8 changes: 8 additions & 0 deletions gitconfig.vela
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[user]
email = Velasticus@gmail.com
name = Velasticus
signingkey = Velasticus@gmail.com
[github]
user = jeckhart


1 change: 1 addition & 0 deletions zsh/configs/gpg_agent.zsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export GPG_TTY=$(tty)
alias pinentry='pinentry-mac'

if [ ! -e /proc/version ] || $(uname -a | grep -v microsoft 2>&1 > /dev/null) ; then
# [ $(grep -oE 'gcc version ([0-9]+)' /proc/version | awk '{print $3}') -le 5 ] ; then
Expand Down

0 comments on commit 232d146

Please sign in to comment.