Added tabby to install list

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2022-01-09 19:03:45 +00:00
parent ee191f8bd2
commit 4265bf76ce
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78
1 changed files with 3 additions and 2 deletions

View File

@ -29,6 +29,7 @@ BREW_TOOLS=(
git-delta go helm homebrew/cask-fonts/font-open-dyslexic-nerd-font htop jq kind krew
kubectl kubectx kustomize node procs progress ripgrep rs/tap/curlie rust starship
tektoncd/tools/tektoncd-cli tldr tailscale python-yq hashicorp/tap/vault stats
tabby
)
CARGO_TOOLS=( macchina bottom )
NODE_TOOLS=( git-split-diffs )
@ -112,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"