Use this repository to setup my zsh env in any new device that can run zsh. Run the following commands to get started.
git clone https://github.com/ndev-hoster/shell-init.git
cd shell-init
chmod +x init.sh
source init.shYou can use arch-init.sh instead of init.sh.
git clone https://github.com/ndev-hoster/shell-init
cd shell-init
chmod +x arch-init.sh
source arch-init.sh