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

6
install/01-fish.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
apt-add-repository -y ppa:fish-shell/release-3
apt update
apt-get -y install fish
chsh -s `which fish`