This commit is contained in:
Vlad Doster 2020-01-02 01:28:46 -05:00
commit db4a50476d

View File

@ -5,7 +5,7 @@
- vim/nvim (text editor) - vim/nvim (text editor)
- zsh (shell) - zsh (shell)
- i3wm/i3-gaps (window manager) - i3wm/i3-gaps (window manager)
- i3blocks (status bar) - polybar (status bar)
- sxhkd (general key binder) - sxhkd (general key binder)
- ranger (file manager) - ranger (file manager)
- mpd/ncmpcpp (music) - mpd/ncmpcpp (music)
@ -17,6 +17,7 @@
- I try to minimize what's directly in `~` so: - I try to minimize what's directly in `~` so:
- All configs that can be in `~/.config/` are. - All configs that can be in `~/.config/` are.
- Some environmental variables have been set in `~/.zprofile` to move configs into `~/.config/` - 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`) - Aliases in `~/.config/aliasrc`
- File bookmarks in `~/.config/files` - File bookmarks in `~/.config/files`
- Directory bookmarks in `~/.config/directories` - Directory bookmarks in `~/.config/directories`