Backup before changing anything is always a good idea isn't it?
dconf dump /org/gnome/terminal/legacy/profiles:/ > gnome-terminal-profiles.dconf
# Update your software repositories.
sudo apt-get update
sudo apt-get upgrade
# Install Git.
sudo apt-get install -y git
# Install Vim.
sudo apt-get install -y vim
./install_powerline.sh
./install_terminal.sh
(cd ~/.oh-my-zsh/custom/plugins && git clone https://github.com/zsh-users/zsh-syntax-highlighting)
(cd ~/.oh-my-zsh/custom/plugins && git clone https://github.com/zsh-users/zsh-autosuggestions)
This script will install two zsh plugins that I like to use: auto-complete and color highlighting. This script will also set default shell to zsh, during the installation you will be asked to enter your root password or sudo password. And you may need to logout and login again to see the changes.
./install_profile.sh
sudo apt-get install neofetch
# add alias to .zshrc
echo "alias mydevice='neofetch --ascii_colors 6 7 --colors 2 2 2 2'" >> ~/.zshrc
source ~/.zshrc
mydevice