This repository contains a collection of bash scripts created to automate various repetitive tasks, driven by my laziness to perform them manually.
-
Home Network Connector (
connect-home-network
)
A script to automatically connect to your home network. You can customize it to connect to any network of your choice. -
Network Disconnector (
disconnect-network
)
A script to disconnect from the currently connected network. You can customize it for any network. -
CRETEM Utility (
cretem-utility
)
A utility script for creating templates for Java, C++, and C programs. This is highly useful for competitive coding. -
Git Utils
Github utilities for people who don't know how to use git. -
Swap
A command line utility to swap the name of two files.I found this useful during the configuration of my i3wm and neovim.This is specifically useful when you have to switch the names of two files back and forth repeatedly. -
Power-Consumption-Utility for i3wm
Messed up default power consumption utility configuration for i3wm.Wrote my own bash script to solve it.
To save time, add these scripts to your PATH so they can be accessed easily from anywhere in your terminal.
-
Clone the repository:
git clone https://github.com/neerajmanivarnan/usefulBashScripts.git
-
Export the path:
export PATH=$PATH:/path/to/usefulBashScripts