https://github.com/prassamin/docsandscripts
A collection of Linux guides and automation scripts for installing, configuring, and troubleshooting various tools and software.
https://github.com/prassamin/docsandscripts
Last synced: 3 months ago
JSON representation
A collection of Linux guides and automation scripts for installing, configuring, and troubleshooting various tools and software.
- Host: GitHub
- URL: https://github.com/prassamin/docsandscripts
- Owner: PRASSamin
- Created: 2025-02-21T21:37:11.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T22:55:29.000Z (3 months ago)
- Last Synced: 2025-02-23T23:28:20.331Z (3 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# š§ Linux Automation & Guides
A collection of `guides` and `automation` scripts to make setting up, fixing, and troubleshooting Linux tools easier. This is my personal toolkitāa digital Swiss Army knifeāto save time, cut down on repetitive tasks, and help my future self when I inevitably forget how I solved something. If it helps you too, even better!
---
## š Repository Structure
Each folder includes:
- **š Markdown Guides (`.md`)**: Clear, step-by-step instructions for setups and solutions.
- **āļø Shell Scripts (`.sh`)**: Automation to cut down on manual work.Organized by tool or taskāsimple to find, simpler to use.
---
## š§ Whatās Inside
- **[`cursor-ide-setup/`](./cursor-ide-setup/)**: Setup and fixes for the Cursor IDE
- **What It Solves**: A common annoyance on GNOME (and likely other distrosāIāve only faced it on Fedora) is Cursor running with _`double title bars`_āone from GNOME, one from Cursor itself. I whipped up a script to nix that native title bar hassle.
- **Guide**: [`installation-guide.md`](./cursor-ide-setup/installation-guide.md) ā How to install and troubleshoot Cursor on Linux.
- **Script**: [`cursor-setup.sh`](./cursor-ide-setup/cursor-setup.sh) ā Automates Cursor AppImage setup with custom fixes, like killing that extra title bar.- _`More scripts and guides will pop up whenever I run into something frustrating enough to automate.`_
---
## š How to Use
1. **Read the Guides**: Dive into the `.md` files for detailed steps.
2. **Run the Scripts**: Fire them up with `bash script-name.sh` (make sure to `chmod +x script-name.sh` first).
3. **Tweak as Needed**: Fork or adjust to match your setup.Most of this is tested on **Fedora** (GNOME, x86_64) since thatās my daily driver, but the logic should work across different distros with minor tweaks.
---
## š Contributions
This is my personal sandbox, but feel free to:
- **Fork It**: Customize it for yourself.
- **Drop Ideas**: Open an issue if youāve got a neat script or fix to suggest.Iām not chasing formal contributionsāthis is my spaceābut Iām stoked if it sparks something for you!
---
## š Why This Exists
I put this together to save myself time and frustration. Instead of Googling the same problem five times, now I have a place to document fixes and automate the annoying stuff. And since I forget things like any normal human, this is also a way to help my future self.
_`Happy automating! š§`_