2018-07-08 13:45:36 +00:00
# Luke's GNU/Linux Dotfiles
2018-01-22 01:29:48 +00:00
There are my dotfiles! The name of the repo, "voidrice", came from the fact they were originally on my Void Linux machine, but these files are distro-independent. In fact, I now push changes from my X200 running Parabola or my X220 running Arch.
## Programs whose configs can be found here
+ i3 (i3-gaps)
2018-12-01 16:08:28 +00:00
+ Xresourses info used by [my st build ](https://github.com/lukesmithxyz/st ) as a terminal
2018-01-22 01:29:48 +00:00
+ vim
+ bash
2018-12-01 16:08:28 +00:00
+ ranger (see full documentation [here ](.config/ranger/luke_ranger_readme.md ))
2018-02-11 22:11:54 +00:00
+ ~~mutt/msmtp/offlineimap~~ Now moved to [LukeSmithxyz/mutt-wizard ](https://github.com/LukeSmithxyz/mutt-wizard )
2018-01-22 01:29:48 +00:00
+ calcurse
+ ncmpcpp and mpd (my main music player)
+ mpv
+ neofetch
2018-12-01 16:08:28 +00:00
+ And many little scripts I use filed in the `~/.scripts/` directory
2018-01-22 01:29:48 +00:00
## More documentation
2018-12-01 16:08:28 +00:00
I've added very thorough documentation of this whole system to `.readme.mom` .
Compile it to be read with the following command:
2018-01-22 01:29:48 +00:00
2018-12-01 16:08:28 +00:00
```
groff -mom .readme.mom -Tpdf > larbs_readme.pdf
```
2018-01-22 01:29:48 +00:00
2018-12-01 16:08:28 +00:00
Or, if you actually installed my dotfiles, you can just press `Super+F1` . The
reason this document is written in groff rather than markdown is so it can be
compiled realtime on the system, avoiding me pushing bloated .pdfs to this repo
everytime there's a need for documentation additions.
2018-01-22 01:29:48 +00:00
2018-12-01 16:08:28 +00:00
In the system, you can also press `Super+Shift+e` to watch tutorial videos on
different programs used. See [my YouTube channel ](https://youtube.com/c/LukeSmithxyz ) for more.
2018-07-18 23:15:24 +00:00
2018-01-22 01:29:48 +00:00
## Dynamic Configuration Files
2018-12-01 16:08:28 +00:00
Store your favorite or high-traffic directories in `~/.bmdirs` or your most
important config files in `~/.bmfiles` with keyboard shortcuts. When you add
things to theses files my vimrc will automatically run `shortcuts` which will
dynamically generate shortcuts for these in bash, ranger and optionally
qutebrowser and fish.
2018-01-22 01:29:48 +00:00
## Like my rice?
Feel free to add other suggestions and I may implement them.
2018-12-01 16:08:28 +00:00
I have a job, but every penny I get from followers or subscribers is more incentive to perfect what I'm doing.
You can donate to me at [https://paypal.me/LukeMSmith ](https://paypal.me/LukeMSmith ).
Donations are earmarked for whatever the donator wants, usually to go to funds for buying new equipment for the [YouTube channel ](https://youtube.com/c/LukeSmithxyz ).
2018-01-22 01:29:48 +00:00
2018-05-04 20:48:30 +00:00
# "Dependencies" and programs used
2018-01-22 01:29:48 +00:00
2018-05-04 20:48:30 +00:00
The programs I use here are always changing, but luckily you can just look at the installation list for [LARBS ](http://larbs.xyz ) here:
2018-08-02 00:37:09 +00:00
+ [List of programs installed by LARBS, including optional packages ](https://github.com/LukeSmithxyz/LARBS/blob/master/progs.csv )
2018-05-04 20:48:30 +00:00
2018-12-01 16:08:28 +00:00
`A` marks programs in the AUR, `G` marks git repositories.