voidrice/README.md

46 lines
1.8 KiB
Markdown
Raw Normal View History

2019-05-20 00:23:09 +00:00
# The Voidrice (Luke Smith <https://lukesmith.xyz>'s dotfiles)
2019-05-20 00:23:09 +00:00
These are the dotfiles deployed by [LARBS](https://larbs.xyz) and as seen on [my YouTube channel](https://youtube.com/c/lukesmithxyz).
2019-05-20 00:23:09 +00:00
- Very useful scripts are in `~/.local/bin/`
- Settings for:
- vim/nvim (text editor)
2019-11-23 23:24:23 +00:00
- zsh (shell)
- i3wm/i3-gaps (window manager)
- i3blocks (status bar)
2019-09-24 11:13:11 +00:00
- sxhkd (general key binder)
2019-11-23 23:24:23 +00:00
- ranger (file manager)
- lf (file manager)
2019-05-20 00:23:09 +00:00
- mpd/ncmpcpp (music)
- sxiv (image/gif viewer)
- mpv (video player)
2019-11-23 23:24:23 +00:00
- calcurse (calendar program)
- tmux
- other stuff like xdg default programs, inputrc and more, etc.
2019-05-20 00:23:09 +00:00
- I try to minimize what's directly in `~` so:
- All configs that can be in `~/.config/` are.
2019-11-23 23:51:17 +00:00
- Some environmental variables have been set in `~/.zprofile` to move configs into `~/.config/`
2019-11-23 23:24:23 +00:00
- Bookmarks in text files used by various scripts (like `~/.local/bin/shortcuts`)
2019-05-20 00:23:09 +00:00
- File bookmarks in `~/.config/files`
- Directory bookmarks in `~/.config/directories`
2019-11-23 23:24:23 +00:00
## Want even more?
2019-05-20 00:23:09 +00:00
My setup is pretty modular nowadays.
I use several suckless programs that are meant to be configured and compiled by the user and I also have separate repos for some other things.
2019-05-20 00:23:09 +00:00
Check out their links:
2019-11-23 23:24:23 +00:00
- [dwm](https://github.com/lukesmithxyz/dwm) (the window manager I usually use now which is fully compatible with this repo)
- [st](https://github.com/lukesmithxyz/st) (the terminal emulator assumed to be used by these dotfiles)
2019-05-20 00:23:09 +00:00
- [mutt-wizard (`mw`)](https://github.com/lukesmithxyz/mutt-wizard) - (a terminal-based email system that can store your mail offline without effort)
2019-11-23 12:52:39 +00:00
## Install these dotfiles
2018-12-02 03:37:02 +00:00
2019-11-23 12:52:39 +00:00
Use [LARBS](https://larbs.xyz) to autoinstall everything:
2019-09-24 11:13:11 +00:00
2019-11-23 12:52:39 +00:00
```
curl -LO larbs.xyz/larbs.sh
```
2020-06-07 03:00:53 +00:00
or clone the repo files directly to your home directory and install [the prerequisite programs](https://github.com/LukeSmithxyz/LARBS/blob/master/progs.csv).