fish-install 204 B

123456789
  1. #!/bin/bash
  2. # Install customized fish
  3. sudo apt install fish
  4. mkdir -p /home/jovian/.config/fish/functions
  5. cp ./Templates/fish_prompt.fish /home/jovian/.config/fish/functions/
  6. sudo chsh -s /usr/bin/fish