Compare commits
1 Commits
f31b83ef2b
...
4265bf76ce
Author | SHA1 | Date | |
---|---|---|---|
4265bf76ce |
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user