1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

Started with code to install fish shell stuff

This commit is contained in:
2016-03-13 09:19:51 +01:00
parent 05c0034cd8
commit 67d1214b84

View File

@@ -24,6 +24,12 @@ install_hg()
done done
} }
install_fish()
{
touch ~/.dot/.dot_has_fish
curl -sL get.fisherman.sh | fish
}
# Get the directory the dotfiles have been cloned into # Get the directory the dotfiles have been cloned into
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
echo "Installing from $DIR" echo "Installing from $DIR"