configs/README.md

24 lines
900 B
Markdown
Raw Normal View History

2012-10-26 02:44:41 +02:00
System configuration files
==========================
Here you can find all relevant configurations. This is thought equally as
public viewport and backup. I appreciate suggestions, rants and bug reports :)
2016-05-19 21:56:21 +02:00
requirements
------------
2019-09-06 14:48:35 +02:00
My zshrc expects the zgen repository checked out in `~/src/pkg/`:
2016-05-19 21:56:21 +02:00
```sh
mkdir -p ~/src/pkg
git clone https://github.com/tarjoilija/zgen.git ~/src/pkg/zgen
```
2022-03-14 14:49:13 +01:00
Wayland
-------
For a while I used wayland and sway. You can check out [this reddit post](https://www.reddit.com/r/unixporn/comments/d0fuc1/sway_mario_plays_the_blues/) for some pretty imagery. My current setup is back to X11 because I needed some things that don't work on a pure wayland setup yet.
If you want to check out the wayland config (which is most probably very outdated after so many years), you can find [the wayland branch on github](https://github.com/nkoehring/configs/tree/wayland).