No description
Find a file
2019-11-23 15:33:36 -05:00
.config archlinux rss 2019-11-23 15:33:36 -05:00
.local getkeys moved to share 2019-11-23 14:36:26 -05:00
.vim neovim plugin fix 2019-01-15 09:46:05 -05:00
.vimrc oh god luke, wh what r u doing 2019-01-03 19:06:34 -05:00
.xinitrc xprofile distinct for DM users 2019-05-27 13:40:58 -04:00
.xprofile mpd-module-update with break 2019-09-24 07:12:43 -04:00
.zprofile start graphical env on tty1 by def 2019-11-23 14:31:14 -05:00
LICENSE Create LICENSE 2018-08-02 00:29:58 -04:00
README.md readme update 2019-11-23 07:52:39 -05:00

The Voidrice (Luke Smith https://lukesmith.xyz's dotfiles)

These are the dotfiles deployed by LARBS and as seen on my YouTube channel.

  • Very useful scripts are in ~/.local/bin/
  • Settings for:
    • vim/nvim (text editor)
    • sxhkd (general key binder)
    • lf (file browser)
    • mpd/ncmpcpp (music)
    • sxiv (image/gif viewer)
    • mpv (video player)
  • I try to minimize what's directly in ~ so:
    • All configs that can be in ~/.config/ are.
    • Some environmental variables have been set in ~/.profile to move configs into ~/.config/
  • Bookmarks in text files used by various scripts
    • File bookmarks in ~/.config/files
    • Directory bookmarks in ~/.config/directories

I'm looking for i3, ranger, etc. Where are they?

There are two branches in this repository, master, which I use myself and regularly update (using dwm as a window manager), and archi3 which is an older an more-or-less constant branch that contains older dotfiles, including those for programs I no longer use (like ranger) and which runs i3 as a window manager. If problems arise with my i3 configuration here, you'll have to bring them up to me since I no longer use it. I'd estimate that more of my subscribers use i3 rather than dwm, so I keep it here for them.

My setup is pretty modular nowadays. I use several suckless program 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 (the window manager)
  • st (the terminal emulator)
  • mutt-wizard (mw) - (a terminal-based email system that can store your mail offline without effort)

Install these dotfiles

Use LARBS to autoinstall everything:

curl -LO larbs.xyz/larbs.sh

or clone the repo files directly to your home directory and install the prerequisite programs or those required for the i3 setup.