You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
modules/dotfiles/run.sh

8 lines
200 B
Bash

DOTFILES_URI="${DOTFILES_URI}"
ROOT="${ROOT}"
if [ -n "$${DOTFILES_URI// }" ]; then
echo "✨ Applying dotfiles for user $USER"
coder dotfiles "$DOTFILES_URI" -y 2>&1 | tee -a ~/.dotfiles.log
fi