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
- Host: GitHub
- URL: https://github.com/jean0t/linux-scripts
- Owner: jean0t
- Created: 2024-03-27T22:54:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-20T16:25:36.000Z (over 1 year ago)
- Last Synced: 2025-02-20T17:33:57.734Z (over 1 year ago)
- Topics: bash, bash-script, linux, shell, shell-script, zsh
- Language: Shell
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.