14 lines
682 B
Markdown
14 lines
682 B
Markdown
# pancakes' setup
|
|
|
|
This is the setup that I use for my personal Arch Linux setup. This includes my ~~window manager~~ (I'm using GNOME atm) and frequently used software.
|
|
|
|
General install steps:
|
|
|
|
```sh
|
|
git clone https://codeberg.org/pancakes/config.git
|
|
cd config
|
|
just
|
|
```
|
|
|
|
Each folder in the root of this repository functions as a module with files inside being stowed (symlinked) relative to `~`. For example, when stowing *river*, `river/.config/river/` is symlinked to `~/.config/river`, `river/.config/xdg-desktop-portal/river-portals.conf` to `~/.config/xdg-desktop-portal/river-portals.conf`, and `river/.config/xdg-desktop-portal-wlr/` to `~/.config/xdg-desktop-portal-wlr`.
|
|
|