~unwox/etc

My $HOME configuration
vim: small fixes for repl
vim: small fixes
xdg-open: add a couple of extension for imv and mpv

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~unwox/etc
read/write
git@git.sr.ht:~unwox/etc

You can also use your local clone with git send-email.

#Use

Download dotfiles:

git clone --recurse-submodules -j8 git@git.sr.ht:~unwox/etc $HOME/etc

Manage dotfiles with GNU Stow:

cd $HOME/etc
stow vim # install vim dotfiles
stow -D vim # uninstall
stow -R vim # reinstall

Update all submodules:

git submodule foreach git pull origin master

Installation on GuixSD:

mkdir $HOME/.config/guix -p
cp $HOME/etc/guix/channels.scm $HOME/.config/guix
guix pull
guix shell password-store -- \
    guix home reconfigure $HOME/etc/guix/home.scm

Try out home configuration:

guix home container $HOME/etc/guix/home.scm -- mksh

#vim/neovim

If needed install phpactor:

cd $HOME/.vim/pack/php/start/phpactor
composer install

#weechat

Set up needed secured variables:

/secure passphrase ...
/secure set bouncer_host .../7000
/secure set liberachat_password ...
/secure set oftc_password ...
Do not follow this link