Shells/fishFedora.sh
2023-03-20 14:00:58 +03:00

5 lines
316 B
Bash

sudo dnf install -y fish
sudo dnf install -y util-linux-user
chsh -s /bin/fish
rm ~/.config/fish/config.fish
echo -e '#Edited by Tahinli\nif status is-interactive\n\t# Commands to run in interactive sessions can go here\n\tfunction fish_greeting\n\t\techo Hello Tahinli\n\tend\nend' | tee ~/.config/fish/config.fish