Update README.md

This commit is contained in:
Vlad Doster 2019-12-22 15:55:26 -05:00 committed by GitHub
parent 494c02883c
commit 4e6602448e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,4 @@
# The Voidrice (Luke Smith <https://lukesmith.xyz>'s dotfiles)
These are the dotfiles deployed by [LARBS](https://larbs.xyz) and as seen on [my YouTube channel](https://youtube.com/c/lukesmithxyz).
# Config based upon (Luke Smith <https://lukesmith.xyz>'s dotfiles)
- Very useful scripts are in `~/.local/bin/`
- Settings for:
@ -23,23 +21,3 @@ These are the dotfiles deployed by [LARBS](https://larbs.xyz) and as seen on [my
- Bookmarks in text files used by various scripts (like `~/.local/bin/shortcuts`)
- File bookmarks in `~/.config/files`
- Directory bookmarks in `~/.config/directories`
## Want even more?
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.
Check out their links:
- [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)
- [mutt-wizard (`mw`)](https://github.com/lukesmithxyz/mutt-wizard) - (a terminal-based email system that can store your mail offline without effort)
## Install these dotfiles
Use [LARBS](https://larbs.xyz) to autoinstall everything:
```
curl -LO larbs.xyz/larbs.sh
```
or clone the repo files directly to your home directory and install [the prerequisite programs](https://github.com/LukeSmithxyz/LARBS/blob/master/progs.csv) or [those required for the i3 setup](https://github.com/LukeSmithxyz/LARBS/blob/master/legacy.csv).