basic-install 195 B

123456789
  1. #!/bin/bash
  2. # Install basic programms
  3. sudo apt install htop tmux tree fish
  4. # Install fish shell
  5. sudo chsh -s /usr/bin/fish # change shell for superuser
  6. chsh -s /usr/bin/fish # change my shell