No description
Find a file
Spenser Truex 77ba6e73c6
Prevent writing all marked imgs onto file (lossage) (#534)
This fix issues a warning message and does nothing in that case.

Running C-x c (copy) or C-x m (move) will copy/move all the marked files to a
single location. If that location is not a directory, then creating that file
and overwriting it several times results in complete loss of data in the case of
moving, and unhelpful behaviour in the case of "copying". Only the last marked
file remains in the file.
2020-04-05 18:30:49 -04:00
.cache bg fix? 2020-03-28 10:07:32 -04:00
.config Prevent writing all marked imgs onto file (lossage) (#534) 2020-04-05 18:30:49 -04:00
.local memory statusbar with multilanguage support (#536) 2020-04-02 07:09:54 -04:00
.asoundrc Revert "move alsa config and add env variable" 2020-01-20 18:10:18 -05:00
.profile Update .profile to export XDG base dirs (#526) 2020-04-05 09:19:53 -04:00
.tmux.conf tmux bind for new window (#429) 2020-02-09 07:18:13 -05:00
.xinitrc dbus activ moved to xprofile 2020-02-09 07:26:32 -05:00
.xprofile lf icons added 2020-03-16 20:23:01 -04:00
.zprofile fix for dms 2019-11-26 17:50:41 -05:00
LICENSE Create LICENSE 2018-08-02 00:29:58 -04:00
README.md Fix typo (#427) 2019-12-09 15:15:01 -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)
    • 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)
    • mpv (video player)
    • calcurse (calendar program)
    • tmux
    • other stuff like xdg default programs, inputrc and more, etc.
  • I try to minimize what's directly in ~ so:
    • All configs that can be in ~/.config/ are.
    • Some environmental variables have been set in ~/.zprofile to move configs into ~/.config/
  • 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 (the window manager I usually use now which is fully compatible with this repo)
  • st (the terminal emulator assumed to be used by these dotfiles)
  • 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.