Compare commits

..

2 Commits

Author SHA1 Message Date
8963a8d66e Add option for local terminfo 2022-11-10 05:59:49 -05:00
95d46dd463 Add separate script for applying git-crypted dotfiles 2022-11-10 05:59:35 -05:00
2 changed files with 8 additions and 0 deletions

5
apply-secret-dotfiles Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env nix-shell
#! nix-shell -p stow envsubst -i bash
envsubst -i taskwarrior/.taskrc.envsubst.template -o taskwarrior/.taskrc
stow taskwarrior

View File

@@ -9,6 +9,9 @@ export __PROFILE_SOURCED=1
# Prepend ~/.local/bin to the path and append the current directory to the path
export PATH="$HOME/.local/bin:$PATH:."
# Add a local terminfo cache for dealing with shenanigans
export TERMINFO_DIRS="$HOME/.local/share/terminfo:$TERMINFO_DIRS"
#{- ENVIRONMENT VARIABLES -}#
# Export language and sorting preferences.