- Any type of Shell installed ( bash, zsh, fish )
- Git
- Python >= 3.6 ( if your script contain python dependencies )
- Pip ( python package installer )
Star 🌟 the repository if you like it and Fork the repository for Contribution
These Repository Contain script created by me to automate few of my Daily task
| Script name | Description |
|---|---|
| Aur | Arch user repository package downloader and installer |
| Sortthis | Sorts all the file in an directory (folder not included) as per the file type/category |
git clone https://github.com/knight-byte/Scripts.git
cd Scripts
For accessing the Scripts from any Directory or location in your System
-
Create a Directory named
binin your home Directory -
copy the indiviual script from the cloned directory and paste them in bin directory excluding folders which you to to use
-
This bin directory will contain all the Scripts in it
-
Add the bin directory in your home path and add that home path in Path
- add this line in your
.bashrcor.zshrcor shell configuration of your shell you are using
PATH="$HOME/bin:$PATH - add this line in your
-
You are good to go Now you can access the Scripts in the bin directory from and Directory or location in terminal.
Change the Shebang* of the Script if you are Using the Different Shell or the path of the shell doesnt match with the default location of the shell installed
A shebang is the character sequence consisting of the characters number sign and exclamation mark ( #!) at the beginning of a script.
Made with ❤️ in India