-
Notifications
You must be signed in to change notification settings - Fork 170
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
Create install_script_fedora.sh #145
base: main
Are you sure you want to change the base?
Conversation
This is a script which is designed to install chadwm and it's requirements on Fedora Linux. Following the provided vanilla instructions doesn't fully lead one to a working chadwm install. For example, eww was not listed as requirement and I personally had never heard of it before. Another example being the installation of the necessary nerd fonts needed to show both text and icons (icons do not work with the tff file in vanilla instructions). What follows is a script which is intended to both automate and inform the user as to the proper installation instructions for this distro.
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.
Add some new wallpapers and changed the wallpaper listed on run.sh
don't overwrite custom eww folder
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.
don't overwrite custom eww folder
hi @KarlIsWright , good job with the script! I'll however add a prompt that'll let the user select their distro (Fedora, debian based , arch etc ) |
I had similar idea this morning |
sounds good, PR's are welcome! |
This is a script which is designed to install chadwm and it's requirements on Fedora Linux.
Following the provided vanilla instructions doesn't fully lead one to a working chadwm install. For example, eww was not listed as requirement and I personally had never heard of it before. Another example being the installation of the necessary nerd fonts needed to show both text and icons (icons do not work with the tff file in vanilla instructions).
What follows is a script which is intended to both automate and inform the user as to the proper installation instructions for this distro.