Updated config, added README and clean script

This commit is contained in:
Alexey 2025-01-21 14:32:14 +03:00
commit 0715f8b16b
6 changed files with 62 additions and 12 deletions

21
README.MD Normal file
View file

@ -0,0 +1,21 @@
# 2ndbeam's cringe config
## Packages
```
$ sudo pacman -S river lua lua-posix wlr-randr \
waylock swaybg alacritty wofi \
slurp grim wl-clipboard waybar \
mpd mpc vimix-cursors fish
```
## Setup
In config root directory run:
```
$ fish ./setup.fish
```
This will create symlinks to config files in inner directories.
Do not move files, otherwise symlinks won't work.
To remove symlinks run:
```
$ fish ./clean.fish
```