-
All purpose scripts are in
~/.local/bin
. -
Settings for:
- yazi (file manager)
- mpv (video player)
- nvim (text editor)
- zsh (shell)
- other stuff like newsboat, nsxiv, etc.
-
I try to minimize what's directly in
~
so:- Conforming to the XDG specification is crucial.
- All configs that can be in
~/.config/
are. - Environment variables are set in
~/.zprofile
.
You will need GNU stow
.
Clone into your $HOME
directory.
git clone https://github.com/v3natio/halofiles.git
Run stow
to symlink everything, or just select whatever you need.
stow . # everything (.stow-ignore is in place to prevent pulling the LICENSE, README, etc)
stow .config/zsh # just the zsh config