vim: small fixes for repl
vim: small fixes
xdg-open: add a couple of extension for imv and mpv
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
If needed install phpactor:
cd $HOME/.vim/pack/php/start/phpactor
composer install
Set up needed secured variables:
/secure passphrase ...
/secure set bouncer_host .../7000
/secure set liberachat_password ...
/secure set oftc_password ...