A collection of useful scripts to configure the environment, manage utilities, and organize the system.
- Scripts for environment setup
- Utility scripts for daily tasks
- Tools to improve system organization
- Choose your script
- Make the script executable:
chmod +x <script>
- (optional) Make the script avaiable to your PATH variable, so you can call it anytime you need.
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 are welcome! Feel free to submit pull requests with improvements or new scripts.
This project is licensed under the GPL-3.0 License.
The goal of this project is to provide a set of useful scripts based on my daily usage and the experience of others.