Fish and Docker install scripts

This commit is contained in:
2020-02-23 18:57:29 +00:00
committed by Andrejus
parent 6eb35fff4d
commit 5c0637db75
13 changed files with 91 additions and 119 deletions

View File

@@ -1,16 +0,0 @@
#!/bin/bash
GREY='\033[0;37m'
NC='\033[0m'
echo "${GREY}andrejusk/dotfiles/fish${NC}"
if grep -q SomeString "$File"; then
elif
fi
sudo apt-add-repository ppa:fish-shell/release-3
sudo apt-get update
sudo apt-get install fish