This commit is contained in:
tavo-wasd 2024-07-29 10:17:05 -06:00
parent 113a6350a7
commit 5f0c3c274b
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,3 @@
[user]
email = gustavo@gustavocalvo.xyz
email = tavo@tavo.one
name = tavo-wasd

11
shell/env-min Normal file
View file

@ -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" \