my arch r̶i̶c̶e̶ noodle
| noodle | Add Helix Config | |
| .gitignore | Initial commit | |
| LICENSE | Initial commit | |
| packages.minimalsys.txt | Update Packages | |
| packages.sysrepo.txt | Update packages.sysrepo.txt | |
| README.md | Update README.md | |
noodle
my arch r̶i̶c̶e̶ noodle
Install
- Install Basic Minimal System (audio, xorg, picom & boot-manager via grub)
sudo pacman -S $(cat packages.minimalsys.txt | sed '/^#/d' | tr '\n' ' ')
Note: i showed the example of pacman but if you are in a live-iso or something, you may need to install the packages using pacstrap.
- You may now install dwm, st from wherever you want.
- I use dwm + st from suckless and some extra programs which you can install like this:
sudo pacman -S $(cat packages.sysrepo.txt | sed '/^#/d' | tr '\n' ' ')