.files/dotfiles/bin/dotdrop.sh
Philip Henning c1da3bddae Add configuration for susanoo
Also run dotdrop via virtualenv (see Readme)
2024-01-10 19:11:43 +01:00

10 lines
184 B
Bash
Executable file

#!/usr/bin/env zsh
#
# {{@@ header() @@}}
#
eval $(grep -v "^#" {{@@ env['HOME'] @@}}/.files/.env.public)
export PYENV_VERSION="dotdrop"
{{@@ env['HOME'] @@}}/.files/dotdrop.sh ${@}