nwg-piotr / nwg-shell

Installer & meta-package for the nwg-shell project: a GTK3-based shell for sway and Hyprland Wayland compositors
Other
857 stars 14 forks source link

updated install script for Arch Linux #66

Closed nwg-piotr closed 1 year ago

nwg-piotr commented 1 year ago

The installer bash script now allows to select the file manager, text editor and web browser from menus of popular apps. That's why it can no longer be redirected to bash, and needs to be saved on your local drive. However, you can still do it in a single line:

wget https://raw.github.com/nwg-piotr/nwg-shell/main/install/arch.sh && chmod u+x arch.sh && ./arch.sh && rm arch.sh