While setting up zsh with all the trimmings I prefer, I realized I was long overdue for automating this process.
These are a work in progress and probably don't work at this point. USE AT YOUR OWN RISK.
The intent of the scripts are to do the following on macOS or Linux, respectively.
- Install latest
zsh. - Install powerlevel10k
- Install zsh-autosuggestions
- Install zsh-autocomplete
- Install zsh-syntax-highlighting
After the installations are complete, the user should add the following to ~/.zshrc.
- Add
zsh-autocompleteto the plugins section of ~/.zshrc. - Add
zsh-autosuggestionsto the plugins section of ~/.zshrc. - Add
zsh-auto-suggestionsto the plugins section of ~/.zshrc. - Run the command
exec zsh, which should trigger powerlevel10k configuration.
These scripts are simply blunt tools to shove the elegant solutions of others into the shell experience. Learn more about them at their respective sites.
Let me know if you find a way to improve these scripts. Thanks!