cd ~
git pull https://gitlab.com/xieve/dotfiles .dotfiles
.dotfiles/install
# if on nixos:
sudo nixos-rebuild --flake .dotfiles/nixos#hostname switch
# else:
chsh -s $(which zsh)
Was used to generate all theming in this repo. I am using base16-material-vivid
.
Currently somewhat unmaintained, workaround was established. Use
flavours update templates && flavours update schemes
instead of flavours update all
, otherwise the workaround will be overwritten.
In case the Tmux theme is broken, you can regenerate it with:
tmux new "vim -c \"packadd tmuxline.vim\" -c \"Tmuxline airline\" -c \"TmuxlineSnapshot! ~/.dotfiles/tmuxline.theme\" -c q"
This is automatically executed by flavours and should usually not be necessary.