Skip to content

Bash script for installing ZSH (because it's annoying to do it manually)

Notifications You must be signed in to change notification settings

Helvor/ZSH_installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 

Repository files navigation

Zsh installer Bash script for installing ZSH on debian 11 (because it's annoying to do it manually) it takes 2-4 min to do it

you can just use this command :

wget https://raw.githubusercontent.com/Helvor/ZSH_installer/main/install_zsh.sh && bash install_zsh.sh && rm install_zsh.sh

If you don't like all the config from this github, you can change it in the ~/.zshrc file in the "prompt_context()" function at the bottom

Update

v1.1

  • Add warning for the arrow emoji problem

V1.0

  • Check if user is not root before installing
  • Add color to see if a package was installed or not
  • Choose for plugins : "auto-suggestions, syntax highlight, fzf"
  • Can replace automaticaly the blank config with the .zshrc in this github
  • Show the plugins parameters to put into the .zshrc with plugins that you choose

References

About

Bash script for installing ZSH (because it's annoying to do it manually)

Resources

Stars

Watchers

Forks

Languages