The repository contains shell scripts for automating common shell tasks in MacOS and Linux operating systems.
- Clone the scripts to the home directory (with RSA keys)
git clone [email protected]:shivamgly/shell-scripts.git "$HOME/.shell-utils"
- Clone the scripts to the home directory (without RSA keys)
git clone https://github.com/shivamgly/shell-scripts.git "$HOME/.shell-utils"
- Source the index.sh from ~/.zshrc
echo -e "source $HOME/.shell-utils/index.sh\n" >> ~/.zshrc
- Clone the scripts