From b31abc3152a87bc516d920a78a116638c7eb136f Mon Sep 17 00:00:00 2001 From: Tal Amuyal Date: Fri, 12 Apr 2024 20:02:57 +0200 Subject: [PATCH] Fix setup.sh --- setup.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.sh b/setup.sh index 878c207..0d2410a 100755 --- a/setup.sh +++ b/setup.sh @@ -213,7 +213,7 @@ fi title "Installing ASDF-VM" && \ git clone https://github.com/asdf-vm/asdf.git "$ASDF_VM_DIR" --branch v0.12.0 source $ASDF_VM_DIR/asdf.sh -ASDF_INSTALLS_DIR=$ASDF_VM_DIR/installs +ASDF_INSTALLS_DIR=~/.asdf/installs [ ! -e "$ASDF_INSTALLS_DIR/python" ] && \ title "Installing Python using ASDF-VM" && \ @@ -245,9 +245,6 @@ if `is_linux` ; then link_item "Custom lock-screen script for i3wm" ~/.config/i3/my-lockscreen.sh "scripts/my-i3-lockscreen.sh" link_item "Custom lock-screen image for i3wm" ~/.config/i3/lockscreen-center.png "pictures/lockscreen-center.png" fi -if `is_osx` ; then - linkItem "Hammerspoon configuration" ~/.hammerspoon dotfiles/hammerspoon -fi link_item "tmux configuration" ~/.config/tmux/config "dotfiles/tmux.conf" link_item "Git configuration" ~/.gitconfig "dotfiles/gitconfig"