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)If you don't want the whole package (trust me, you don't):
git clone https://gitlab.com/xieve/dotfiles xieves-dotfiles
cd xieves-dotfiles
./install-userchrome.zshThis script needs to be installed via Violentmonkey:
- Install the Violentmonkey extension (other userscript frameworks like GreaseMonkey might work, but aren't tested.)
- Open firefox/transparent-browser-fix.user.js
- Click "Install"
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 schemesinstead 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.