revert README.md to use hardcoded xdg paths

This commit is contained in:
Dennis Lee 2020-04-05 09:50:58 -07:00
parent a29eaec506
commit 2135dbdc4a

View file

@ -18,11 +18,11 @@ These are the dotfiles deployed by [LARBS](https://larbs.xyz) and as seen on [my
- tmux - tmux
- other stuff like xdg default programs, inputrc and more, etc. - other stuff like xdg default programs, inputrc and more, etc.
- I try to minimize what's directly in `~` so: - I try to minimize what's directly in `~` so:
- All configs that can be in `$XDG_CONFIG_HOME/` are. - All configs that can be in `~/.config/` are.
- Some environmental variables have been set in `~/.zprofile` to move configs into `$XDG_CONFIG_HOME/` - Some environmental variables have been set in `~/.zprofile` to move configs into `~/.config/`
- Bookmarks in text files used by various scripts (like `~/.local/bin/shortcuts`) - Bookmarks in text files used by various scripts (like `~/.local/bin/shortcuts`)
- File bookmarks in `$XDG_CONFIG_HOME/files` - File bookmarks in `~/.config/files`
- Directory bookmarks in `$XDG_CONFIG_HOME/directories` - Directory bookmarks in `~/.config/directories`
## Want even more? ## Want even more?