From 96ce2b55cbbe5e5e45630dc5762a3dbae0e9bcd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Wed, 17 Jun 2020 11:40:29 +0000 Subject: [PATCH] Add setup.sh. --- setup.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 setup.sh diff --git a/setup.sh b/setup.sh new file mode 100644 index 0000000..b2362d2 --- /dev/null +++ b/setup.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +curl -L https://get.oh-my.fish | fish + +# Install bobthefish and bass +echo "omf install bobthefish bass" | fish \ No newline at end of file