configs/README.md

29 lines
1.4 KiB
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 :)
Requirements & Usage
--------------------
2016-05-19 21:56:21 +02:00
My zshrc expects the zgenom repository checked out in `~/src/pkg/`:
2016-05-19 21:56:21 +02:00
```sh
mkdir -p ~/src/pkg
git clone https://github.com/jandamm/zgenom.git ~/src/pkg/zgenom
2016-05-19 21:56:21 +02:00
```
Most things can be simply copied over, but I used a special naming scheme where hidden (dot) files start with `dot`, like `.profile` becomes `dot.profile`, to ensure visibility.
2022-03-14 14:49:13 +01:00
I also brought the zsh and tmux config into the config folder, but still use the original config files (`~/.zshrc` and `~/.tmux.conf` respectively) to load the actual configs. This feels more consistent in my opinion.
2022-03-14 14:49:13 +01:00
My ZSH prompt is written by myself and uses [Powerline Extra Symbols](https://github.com/ryanoasis/powerline-extra-symbols), so make sure to install a compatible font. I would suggest checking out [Nerdfonts](https://www.nerdfonts.com/).
2022-03-14 14:49:13 +01:00
Wayland vs X11
--------------
I used to have seperate branches for Wayland and X11 based setups, but all issues I had with Wayland are gone now, so there is no need for me to keep X11 configs around. You can still find them in the commit tree, though.
You can check out my old setup on [this reddit post](https://www.reddit.com/r/unixporn/comments/d0fuc1/sway_mario_plays_the_blues/).