Files
linux-scripts/README.md
Lightemerald 9088b88826 Setup improvement and fixes
- Added more user interaction in setup-linux
- Added GPU setup
- Added warnings
- Fixed nvidia on setup-distrobox
- Better support of both fedora and fedora rawhide (repo)
2023-08-26 01:12:08 +02:00

44 lines
1.1 KiB
Markdown

# Linux scripts
These are my personal scripts to automate stuff related to linux/unix environment.
## Documentation
### setup-linux.sh
Allows basic setup of your debian/fedora/arch system with all the basic packages for everyday usage.
Includes general tools, browser, everyday apps, gaming related apps, virtualization/container packages, remote access, u2f (yubico), terminal/shell, development environment, openrazer.
### setup-distrobox.sh
Install preconfigured arch, debian and fedora containers for development.
## Roadmap
- Add desktop/server/minimal setup to setup-linux.sh
- Add Desktop (gnome/kde/xfce/lxqt...) setup script
- Add Jetbrain setup
## Contributing
Contributions are always welcome!
Open a pull request and we'll discuss on integration of your script or fixes.
## FAQ
#### What are these scripts for?
Automating task (mostly setup) on most *NIX environment such as desktop or server setup
#### I found an issue what should I do?
Open an issue with all needed informations so we can fix it or pull request if you found how to fix it.