mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
fasd
This commit is contained in:
11
install.sh
11
install.sh
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user