Compare commits

..

1 Commits

Author SHA1 Message Date
4265bf76ce
Added tabby to install list
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2022-01-09 19:06:41 +00:00

View File

@ -113,8 +113,8 @@ case "${OSTYPE}" in
# Handle other files outside of the user's home directory
echo "Handiling non-standard files:"
# 1. Tabby config
f="./other-files/tabby/config.yaml"
dst="/Users/${USER}/Library/Application\ Support/tabby/config.yaml"
f=$(fulllink "./other-files/tabby/config.yaml")
dst="/Users/${USER}/Library/Application Support/tabby/config.yaml"
printf "Linking ${f}=>${dst}"
ln -sfn ${f} ${dst}
printf " ✅\n"