An open API service indexing awesome lists of open source software.

https://github.com/jean0t/linux-scripts

Scripts that I made to automate some tasks that may be help to you
https://github.com/jean0t/linux-scripts

bash bash-script linux shell shell-script zsh

Last synced: about 2 months ago
JSON representation

Scripts that I made to automate some tasks that may be help to you

Awesome Lists containing this project

README

          

# Linux Scripts

A collection of useful scripts to configure the environment, manage utilities, and organize the system.

## Features
- Scripts for environment setup
- Utility scripts for daily tasks
- Tools to improve system organization

## Usage
1. Choose your script
2. Make the script executable:
```sh
chmod +x
```
3. (optional) Make the script avaiable to your PATH variable, so you can call it anytime you need.

## SCRIPTS
The names are self explanatory
- set_up_environment -> configuring_firewall.sh + config files to text editors (vim, nano) + config file to alacritty + set_up_git.sh
- organization -> organize_downloads.sh and .py
- utilities -> timing.sh (cronometer) + mount_device.sh (mount device automatically) + desktop_entry_creator.sh + hacker_news_cli.sh

## Contributions
Contributions are welcome! Feel free to submit pull requests with improvements or new scripts.

## License
This project is licensed under the GPL-3.0 License.

## About
The goal of this project is to provide a set of useful scripts based on my daily usage and the experience of others.