basic-install 283 B

123456789101112
  1. #!/bin/bash
  2. # Add PPA to have up to date programs
  3. sudo apt-add-repository ppa:fish-shell/release-3
  4. # Install basic programms
  5. sudo apt install htop tmux tree fish
  6. # Install fish shell
  7. sudo chsh -s /usr/bin/fish # change shell for superuser
  8. chsh -s /usr/bin/fish # change my shell