This commit is contained in:
Daniel Bauer
2019-03-27 11:36:48 +01:00
parent bdbc23b481
commit 5ec446db2b

View File

@@ -43,6 +43,17 @@ if [ ! -d "$HOME/.marker" ]; then
$HOME/.marker/install.py
fi
# fasd
if [ ! -d "$HOME/bin" ]; then
mkdir -p $HOME/bin
fi
if [ ! -f "$HOME/bin/fasd" ]; then
echo "Installing fasd"
wget https://raw.githubusercontent.com/clvv/fasd/master/fasd
mv fasd $HOME/bin/fasd
chmod +x $HOME/bin/fasd
fi
# linking dotfiles
$HOME/.dotfiles/dotfiles.sh link base