Organisation
This commit is contained in:
16
install/02-fish.sh
Normal file
16
install/02-fish.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user