#!/usr/bin/env bash git submodule update --init --recursive dotfiles=( alacritty bash bat bin dunst git gtk-3.0 lazygit nvim oxwm rofi ssh starship tmux xinitrc ) for f in "${dotfiles[@]}"; do if [ -d "$f" ]; then stow -R -t "$HOME" "$f" fi done nix build git+https://git.ccnlc.eu/nydragon/calibre-plugins#acsm-calibre-plugin calibre-customize -a result nix build git+https://git.ccnlc.eu/nydragon/calibre-plugins#dedrm-plugin calibre-customize -a result