Skip to content

The repository contains shell scripts for automating common shell tasks

Notifications You must be signed in to change notification settings

shivamgly/shell-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHELL SCRIPTS

The repository contains shell scripts for automating common shell tasks in MacOS and Linux operating systems.

Installation

  • 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
    

Installation (Without source control)

  • Clone the scripts

About

The repository contains shell scripts for automating common shell tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages