-
Notifications
You must be signed in to change notification settings - Fork 337
Added script for installing/uninstalling Desktop Environments/Window Managers #1070
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: JEEVITHA KANNAN K S <ksjeevithakannan123@gmail.com>
- Introduced scripts for installing and uninstalling various desktop environments and window managers.
…op environment management
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Make sure syntax is POSIX complaint and no BASHISMs
- Do not make un-needed functions. Use the existing common-scripts.sh for things like distribution identification or package manager identification.
@ChrisTitusTech I removed the BASHISMs and made the scripts use the functions from common-script.sh. |
I know I'm a bit late to comment, but it would be nice to see niri as an option too. There is an official arch package and even a quickshell project for it in the aur. Here is the list of distros packaging it: https://repology.org/project/niri/versions |
This is a new one I just found out about, but what about also adding "HyDE" Hyperland Desktop Enviroment ? It works best on minimal Arch installation, but can be installed on most Arch based distros like Garuda, CachyOS, EndevourOS and even NixOS. Also if possible adding "RiverWM" and "MiracleWM" both are Wayland Compositors and still not stable for daily use, but could be option to try out. |
Need to fix globbing and shellcheck errors like using read -r improperly. |
Type of Change
Description
Added a feature to easily install & uninstall desktop environments & window managers on your system
Testing
Tested on Arch Linux.
Issues / other PRs related
Additional Information
Checklist