# config
ln -fns ../.dotfiles/config/karabiner ~/.config/karabiner
+touch ~/.tool-versions
+
# Italics setup
echo "Setting up terminfo"
tic xterm-256color-italic.terminfo
if [[ -s "/opt/homebrew/bin/brew" ]]; then
export FZF_VIM_PATH=/opt/homebrew/opt/fzf
else
- export FZF_VIM_PATH=/usr/local/opt/fzf
+ if [[ -s "/opt/homebrew/bin/brew" ]]; then
+ export FZF_VIM_PATH=/usr/local/opt/fzf
+ else
+ export FZF_VIM_PATH=/usr/share/doc/fzf/examples
+ fi
fi
################################################################################