Change computer name : sudo hostnamectl set-hostname NEW_NAME_HEREConnect to telegramConnect to mails <br/>Install Gnome extensions: sudo apt install gnome-tweaks sudo apt install gnome-shell-extensions sudo apt install chrome-gnome-shellsudo apt install gnome-shell-extension-managerhttps://extensions.gnome.org/extension/4839/clipboard-history/https://extensions.gnome.org/extension/4679/burn-my-windows/https://extensions.gnome.org/extension/3210/compiz-windows-effect/https://extensions.gnome.org/extension/3740/compiz-alike-magic-lamp-effect/Install oh my zsh sudo apt update && sudo apt install zsh && zsh –version sudo apt install git sudo snap install curl bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" chsh -s $(which zsh) git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestionsgit clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlightinggit clone https://github.com/MichaelAquilina/zsh-you-should-use.git $ZSH_CUSTOM/plugins/you-should-usevim .zshrc:plugins=(git zsh-autosuggestions zsh-syntax-highlighting you-should-use)>>>dst is the name of best zsh theme. >>>plugins=(git zsh-autosuggestions zsh-syntax-highlighting) cd ~/.oh-my-zsh/plugins [14:05:56]git clone https://github.com/zsh-users/zsh-autosuggestions.git
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
plugins=(git zsh-autosuggestions zsh-syntax-highlighting)
source ~/.zshrc
Install VIM sudo apt install vim -yRemove the home directory from desktop