old stuff removed

many files renamed, possible breakage
This commit is contained in:
Luke Smith
2020-11-16 18:06:41 -05:00
parent 3215e7b4bb
commit cba0fcc03d
33 changed files with 251 additions and 2682 deletions

View File

@@ -1,15 +1,13 @@
# 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).
These are the dotfiles deployed by [LARBS](https://larbs.xyz) and as seen on
[my YouTube channel](https://youtube.com/c/lukesmithxyz).
- Very useful scripts are in `~/.local/bin/`
- Settings for:
- vim/nvim (text editor)
- zsh (shell)
- i3wm/i3-gaps (window manager)
- i3blocks (status bar)
- sxhkd (general key binder)
- ranger (file manager)
- lf (file manager)
- mpd/ncmpcpp (music)
- sxiv (image/gif viewer)
@@ -24,17 +22,21 @@ These are the dotfiles deployed by [LARBS](https://larbs.xyz) and as seen on [my
- File bookmarks in `~/.config/files`
- Directory bookmarks in `~/.config/directories`
## Want even more?
## Usage
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:
These dotfiles are intended to go with numerous suckless programs I use:
- [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)
- [dwm](https://github.com/lukesmithxyz/dwm) (window manager)
- [dwmblocks](https://github.com/lukesmithxyz/dwmblocks) (statusbar)
- [st](https://github.com/lukesmithxyz/st) (terminal emulator)
## Install these dotfiles
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
Use [LARBS](https://larbs.xyz) to autoinstall everything:
@@ -42,4 +44,5 @@ 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 clone the repo files directly to your home directory and install the
[dependencies](https://github.com/LukeSmithxyz/LARBS/blob/master/progs.csv).