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