From 67d1214b84ec621442f3019ac77105fa089b4a6b Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sun, 13 Mar 2016 09:19:51 +0100 Subject: [PATCH] Started with code to install fish shell stuff --- install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install.sh b/install.sh index 0c095d8..2694eee 100644 --- a/install.sh +++ b/install.sh @@ -24,6 +24,12 @@ install_hg() done } +install_fish() +{ + touch ~/.dot/.dot_has_fish + curl -sL get.fisherman.sh | fish +} + # Get the directory the dotfiles have been cloned into DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" echo "Installing from $DIR"