Migrate to Snowfall (#1)
Reviewed-on: #1 Co-authored-by: Evan Reichard <evan@reichard.io> Co-committed-by: Evan Reichard <evan@reichard.io>
This commit was merged in pull request #1.
This commit is contained in:
3
modules/home/programs/terminal/git/config/.gitignore
vendored
Executable file
3
modules/home/programs/terminal/git/config/.gitignore
vendored
Executable file
@@ -0,0 +1,3 @@
|
||||
_scratch
|
||||
.direnv
|
||||
.envrc
|
||||
5
modules/home/programs/terminal/git/config/personal
Executable file
5
modules/home/programs/terminal/git/config/personal
Executable file
@@ -0,0 +1,5 @@
|
||||
[core]
|
||||
sshCommand = "ssh -i ~/Keys/personal"
|
||||
|
||||
[user]
|
||||
email = evan@reichard.io
|
||||
5
modules/home/programs/terminal/git/config/work
Executable file
5
modules/home/programs/terminal/git/config/work
Executable file
@@ -0,0 +1,5 @@
|
||||
[core]
|
||||
sshCommand = "ssh -i ~/Keys/work"
|
||||
|
||||
[user]
|
||||
email = evan@prophetsecurity.ai
|
||||
Reference in New Issue
Block a user