Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 953 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 953 Bytes

Setup

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)

Theming

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.