This script will install zsh, oh my zsh + the plugins you choose and the theme powerlevel10k. It will also detect your Linux distro to use the correct package manager to install git if necessary. Fastfetch can be install if you have Debian/Ubuntu. (More distro to come)
- In your home directory, use Nano (or Vim) to create a file named install.sh.
$ nano install.sh
(Do not use sudo) and paste the content of the script in that new file. - Save the file.
- Now simply type
$ bash install.sh
- If git is not installed, the script will ask you if you want to install it. Type y or yes to install git.
If you find bugs or have suggestions, please go here or click on Issues on the repository page.
This script is released under the MIT license