Utils is a collection of utility programs designed to simplify and automate various tasks. Each utility program resides in its own directory along with its installer script.
To install a specific utility program, follow these steps:
-
Clone the repository:
git clone https://github.com/franklinobiukwu/utils.git
-
Navigate to the program's directory:
cd utils/program-name
-
Run the installer script:
./install_program-name.sh
Replace
program-name
with the name of the specific program you wish to install.Note: Ensure that any prerequisites or dependencies required by the program are already installed on your system.
-
Follow any on-screen prompts or instructions provided by the installer script.
-
Once the installation is complete, you can start using the utility program.
-
VimBetty
- Directory:
VimBetty
- Description: VimBetty is a utility that automates the installation and setup process for using the Betty linter with Vim. The Betty linter is a tool used to check the code style and formatting of C programming files.
- Installation: Run
./install_vim_betty.sh
from the repository root directory.
Note: More utility programs will be added to the repository in the future, each with its own directory and installation script.
- Directory:
Contributions are welcome! If you have any utility programs or improvements to existing programs, feel free to open an issue or submit a pull request on the GitHub repository.
This project is licensed under the MIT License.