No description
ea61ca6366
commit 8f7b5b2e1e0c93db6620f163e944a14558fba652 Author: MateuszOkulus <mateusz.okulus@protonmail.com> Date: Sun Apr 26 07:23:41 2020 +0200 Fix sysact when there are multiple spaces. commit dd0133304c55eec117c4e03f38317f332ad8970f Author: MateuszOkulus <mateusz.okulus@protonmail.com> Date: Sun Apr 26 07:22:55 2020 +0200 Remove trailing newline So there is no empty selection at the end in dmenu. commit 2ab45df225695f9c64031d52ff48d837bb9a6e72 Author: MateuszOkulus <mateusz.okulus@protonmail.com> Date: Sun Apr 26 07:22:22 2020 +0200 Exit when escaping dmenu. commit e8209da3e809ac830844b89e7638d695cd61240f Author: MateuszOkulus <mateusz.okulus@protonmail.com> Date: Sun Apr 26 07:19:18 2020 +0200 Revert "Fix sysact" This reverts commit 90a2147c0a2463122a5f0cc3ff14de0cceb66135. commit 8dba47f7462d04a49282be33ae9ce68eb7d8d476 Author: MateuszOkulus <mateusz.okulus@protonmail.com> Date: Sun Apr 26 07:18:57 2020 +0200 Revert "Change tab to spaces." This reverts commit 2e480b32ba90c793771d87d47d7273bcdc180e12. commit 2e480b32ba90c793771d87d47d7273bcdc180e12 Author: MateuszOkulus <mateusz.okulus@protonmail.com> Date: Sat Apr 25 11:35:55 2020 +0200 Change tab to spaces. commit 90a2147c0a2463122a5f0cc3ff14de0cceb66135 Author: MateuszOkulus <mateusz.okulus@protonmail.com> Date: Sat Apr 25 11:25:50 2020 +0200 Fix sysact See #584. It now uses # so it's clearly visible. |
||
---|---|---|
.config | ||
.local | ||
.gitmodules | ||
.profile | ||
.xinitrc | ||
.xprofile | ||
.zprofile | ||
LICENSE | ||
README.md |
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/
- All configs that can be in
- Bookmarks in text files used by various scripts (like
~/.local/bin/shortcuts
)- File bookmarks in
~/.config/files
- Directory bookmarks in
~/.config/directories
- File bookmarks in
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.