diff --git a/common/fish/paths.fish b/common/fish/paths.fish index b6b5376..d8b495b 100644 --- a/common/fish/paths.fish +++ b/common/fish/paths.fish @@ -1,4 +1,8 @@ set --export --universal XDG_CONFIG_HOME $HOME/.config +set --export --universal XDG_CACHE_HOME $HOME/.cache +set --export --universal XDG_DATA_HOME $HOME/.local/share +set --export --universal XDG_STATE_HOME $HOME/.local/state + set --export --universal DOTFILES_PATH $XDG_CONFIG_HOME/lytedev-dotfiles set --export --universal ENV_PATH $XDG_CONFIG_HOME/lytedev-env set --export --universal FISH_PATH $XDG_CONFIG_HOME/fish diff --git a/common/git/config b/common/git/config index 89a716b..e0bc12e 100644 --- a/common/git/config +++ b/common/git/config @@ -72,6 +72,12 @@ [push] default = current +[sendemail] + smtpserver = smtp.mailgun.org + smtpuser = daniel@lyte.dev + smtrpencryption = tls + smtpserverport = 587 + [include] path = ~/.config/lytedev-env/host-layer-personal/gitconfig path = ~/.config/lytedev-env/divvy/gitconfig