Fish and Docker install scripts
This commit is contained in:
6
install/01-fish.sh
Normal file
6
install/01-fish.sh
Normal 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`
|
||||
Reference in New Issue
Block a user