2019-05-20 00:23:09 +00:00
|
|
|
# The Voidrice (Luke Smith <https://lukesmith.xyz>'s dotfiles)
|
2018-01-22 01:29:48 +00:00
|
|
|
|
2020-11-16 23:06:41 +00:00
|
|
|
These are the dotfiles deployed by [LARBS](https://larbs.xyz) and as seen on
|
|
|
|
[my YouTube channel](https://youtube.com/c/lukesmithxyz).
|
2018-01-22 01:29:48 +00:00
|
|
|
|
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)
|
2019-09-24 11:13:11 +00:00
|
|
|
- sxhkd (general key binder)
|
2019-11-23 23:24:23 +00:00
|
|
|
- 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`
|
2018-01-22 01:29:48 +00:00
|
|
|
|
2020-11-16 23:06:41 +00:00
|
|
|
## Usage
|
2018-01-22 01:29:48 +00:00
|
|
|
|
2020-11-16 23:06:41 +00:00
|
|
|
These dotfiles are intended to go with numerous suckless programs I use:
|
2018-01-22 01:29:48 +00:00
|
|
|
|
2020-11-16 23:06:41 +00:00
|
|
|
- [dwm](https://github.com/lukesmithxyz/dwm) (window manager)
|
|
|
|
- [dwmblocks](https://github.com/lukesmithxyz/dwmblocks) (statusbar)
|
|
|
|
- [st](https://github.com/lukesmithxyz/st) (terminal emulator)
|
2018-01-22 01:29:48 +00:00
|
|
|
|
2020-11-16 23:06:41 +00:00
|
|
|
I also recommend trying out
|
|
|
|
[mutt-wizard](https://github.com/lukesmithxyz/mutt-wizard), which additionally
|
|
|
|
works with this setup. It gives you an easy-to-install terminal-based email
|
|
|
|
client regardless of your email provider. It is integrated into these dotfiles
|
|
|
|
as well.
|
|
|
|
|
|
|
|
## Install these dotfiles and all dependencies
|
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
|
|
|
|
```
|
2018-01-22 01:29:48 +00:00
|
|
|
|
2020-11-16 23:06:41 +00:00
|
|
|
or clone the repo files directly to your home directory and install the
|
|
|
|
[dependencies](https://github.com/LukeSmithxyz/LARBS/blob/master/progs.csv).
|