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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user