Added README and distrobox

This commit is contained in:
2023-08-21 02:31:06 +02:00
parent 29f5392ef0
commit c8c40716a0

49
README.md Normal file
View File

@@ -0,0 +1,49 @@
# Linux scripts
These a 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 more interactions to setup-linux.sh
- Add Desktop (gnome/kde/xfce/lxqt...) setup script
- Add GPU driver setup
- 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 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.