init
This commit is contained in:
8
env/.gitconfig
vendored
Normal file
8
env/.gitconfig
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
||||
[gpg]
|
||||
format = ssh
|
||||
|
||||
[url "ssh://git@ssh-gitea.olsen.cloud:2205/"]
|
||||
insteadOf = "https://gitea.olsen.cloud/"
|
||||
5
env/.zshrc
vendored
Normal file
5
env/.zshrc
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
Load NVM and other system-wide profile scripts for Zsh
|
||||
|
||||
if [ -f /etc/profile ]; then . /etc/profile; fi
|
||||
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
|
||||
eval "$(starship init zsh)"
|
||||
Reference in New Issue
Block a user