Fix headings in README.md

This commit is contained in:
Marty Oehme 2020-01-06 16:40:56 +00:00
parent b99dc30441
commit 8b71649e24
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ It will clone your dotfiles into the .dotfiles directory in your home directory
* [`tmux`](https://github.com/tmux/tmux/) - terminal multiplexer
* [`vifm`](https://github.com/vifm/vifm) - vim-like file-manager
## Notes
* generally, most configuration for applications follows the XDG specifications, keeping configuration in .config directory and supplementary files in .local/share directory
* `.config/shell` contains all the general zsh/bash/sh configuration and environment variables usually contained in .zshrc/.zprofile/..; it is divided in login shell config (loginrc.d), general shell config (rc.d) and zsh specific (zsh.d)
* `.config/rofi` contains additional scripts and a simple theming framework for rofi and should probably be migrated into the correct directories at some point