From 8b71649e245939fd68b1da292922caa70b0caab1 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Mon, 6 Jan 2020 16:40:56 +0000 Subject: [PATCH] Fix headings in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 85a3547..bd8fd10 100644 --- a/README.md +++ b/README.md @@ -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