Skip to content

Some quality-of-life bash scripts to make your life easier

Notifications You must be signed in to change notification settings

CodyMarkix/QOLBashScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quality of Life bash scripts

These are just some bash scripts I wrote for myself to make my life a bit easier. I also decided to write them in bash as a challenge and to learn more about bash.

You can use the scripts as well if you want.

Perhaps I'll be adding some more here soon.

Current list of scripts and what they do

  • toggletouchpad - Toggles the touchpad
  • vpnmanager - A CLI manager for VPNs
  • clock - A CLI clock app

"Installation" process

Download this repository.

git clone https://github.com/CodyMarkix/QOLBashScripts

Then copy the path to the folder (including the folder!) and add it to path in your .bash/zsh/fish/whateverrc using your favorite editor.

export PATH="$PATH:/path/to/the/cloned/repo"

Open a terminal and verify that you have done it successfully by doing:

echo $PATH

If you see the path to the cloned repo, well done!

DEBs / PKGBUILDs / RPMs on my to-do list!

To-do list

  • Create DEBs / PKGBUILDs / RPMs
  • Add automatic updates (Optional updates of course!)
  • Comment my code (Not doing this along the clock commit as it's 22:37 in the evening and I want to go to bed already)

About

Some quality-of-life bash scripts to make your life easier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages