my arch r̶i̶c̶e̶ noodle
Find a file
2024-05-05 01:00:28 +05:30
noodle Update Colors 2024-05-05 01:00:28 +05:30
.gitignore Initial commit 2023-06-28 12:57:26 +05:30
LICENSE Initial commit 2023-06-28 12:39:29 +05:30
packages.minimalsys.txt Update Packages 2023-06-28 14:14:38 +05:30
packages.sysrepo.txt Update packages.sysrepo.txt 2023-06-28 14:15:47 +05:30
README.md Update README.md 2023-06-28 14:14:10 +05:30

noodle

my arch r̶i̶c̶e̶ noodle


Install

  1. 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.

  1. You may now install dwm, st from wherever you want.
  2. 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' ' ')

Thanks