Updated config, added README and clean script
This commit is contained in:
parent
52f0f8d1ad
commit
0715f8b16b
6 changed files with 62 additions and 12 deletions
21
README.MD
Normal file
21
README.MD
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue