No description
Find a file
Vitor Silvestri 74421a25b5
Update transadd (#633)
* Update transadd

When transmission daemon is closed and the user wants to add a torrent, it needs to try to add the torrent two times, the first time for opening the daemon, and the second time for adding the torrent

Removing the ampersand fix this, enabling one click for both starting the daemon and adding the torrent

* fix typo
2020-05-13 11:47:29 -04:00
.config Placing NERDTree bookmark file not on home dir (#624) 2020-05-09 10:31:25 -04:00
.local Update transadd (#633) 2020-05-13 11:47:29 -04:00
.gitmodules fix: Use HTTPS instead of SSH (#547) 2020-04-09 06:58:27 -04:00
.profile zprofile is now the file, profile is the link 2020-04-19 19:03:34 -04:00
.xinitrc i3 STATUSBAR fix and xinitrc moved/linked 2020-04-20 16:41:33 -04:00
.xprofile STATUSBAR uncommented only for i3, cleanup, probably broke everything LOL 2020-04-10 22:53:45 -04:00
.zprofile replace tr '\n' 'CHAR' with paste -sd 'CHAR' (#625) 2020-05-09 19:32:56 -04: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.