From 5f0c3c274b9f7e5cd22c9f5fb290a09781c028e2 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Mon, 29 Jul 2024 10:17:05 -0600 Subject: [PATCH] fix --- git/config | 2 +- shell/env-min | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 shell/env-min 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" \