diff --git a/git/config b/git/config index c480b7c..3392b35 100644 --- a/git/config +++ b/git/config @@ -1,3 +1,3 @@ [user] - email = gustavo@gustavocalvo.xyz + email = tavo@tavo.one name = tavo-wasd diff --git a/shell/env-min b/shell/env-min new file mode 100644 index 0000000..80328a2 --- /dev/null +++ b/shell/env-min @@ -0,0 +1,11 @@ +#!/bin/sh + +export \ + DATE=$(date -I) \ + WEEK=$(date '+%U') \ + VIMINIT="source $HOME/.config/vim/vimrc" \ + EDITOR="nvim" \ + VISUAL="nvim" \ + GITLAB="ssh://git@gitlab.com/tavo-wasd" \ + BOOKMARKS="$HOME/Documents/bookmarks" \ + BIB="$HOME/Documents/bibliography" \