voidrice/README.md
2020-01-20 14:38:40 -05:00

26 lines
1016 B
Markdown

## Config based upon (Luke Smith <https://lukesmith.xyz>'s dotfiles), but heavily modified to fit my needs.
- Very useful scripts are in `~/.local/bin/`
- Settings for:
- neovim/vim (text editor)
- zsh (shell)
- i3wm/i3-gaps/i3-lock (window manager)
- polybar (status bar)
- sxhkd (general key binder)
- ranger (file manager)
- sxiv (image/gif viewer)
- mpv (video player)
- calcurse (calendar program)
- tmux
- other stuff like xdg default programs, inputrc and more, etc.
- I try to minimize what's directly in `~` so:
- All configs that can be in `~/.config/` are.
- Some environmental variables have been set in `~/.zprofile` to move configs into `~/.config/`
- Aliases in `~/.config/aliasrc`
- File bookmarks in `~/.config/files`
- Directory bookmarks in `~/.config/directories`
### Things to add
- [x] show/hide polybar using IPC (polybar-msg) fixed by `polybar-msg cmd toggle`
- [ ] Launch pycharm without Jetbrains toolbox (command will look like ``` ./`find .local -name pycharm.sh` ```