Skip to content

Commit

Permalink
Fix setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAmuyal committed Apr 12, 2024
1 parent 6596231 commit b31abc3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" && \
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit b31abc3

Please sign in to comment.