Skip to content

alexolinux/zsh-empowered-productivity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zsh-empowered-productivity 🚀

Enhancing Productivity with ZSH


After testing several Linux environments, I finally found one that fulfills my workday needs. So, I decided create this repository containing a fully automated setup script for a powerful, productivity-enhancing ZSH shell environment. Featuring:

Features

ZSH Environment Setup

  • Automatically installs and configures ZSH and Oh My Zsh.
  • Adds useful plugins and PowerLevel10K Theme.
  • Sets up a custom zshrc file for an optimal developer experience.

System Compatibility

This script is designed to work on ZSH Shell Environment

Requirements

Packages

  • git
  • curl
  • chsh (passwd on Debian/Ubuntu | util-linux on RHEL based Distros)

Installation

  1. Clone the repository:
git clone https://github.com/alexolinux/zsh-empowered-productivity.git
  1. Go to the project folder and add execution permissions to the setup script:
cd zsh-empowered-productivity
  1. Run the installer:
./install.sh
  1. Reload SHELL:
source ~/.zshrc

Or close and reopen your Terminal.

Note: After migrating to PowerLevel10K, a wizard will appear with steps to customize your new environment. Please make your selections according to your preferences.

Set ZSH as Default Shell

To ensure that ZSH is set as your default shell, follow the instructions below.

Instructions

  1. Open your terminal.

  2. Set ZSH as your default shell:

chsh -s $(which zsh)

References

Author: Alex Mendes

https://www.linkedin.com/in/mendesalex

About

ZSH: The Catalyst for Elevated Productivity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages