I wanted a Debian setup that is simple and nice to look at. If you are looking for something similar, maybe you will find something useful here
| These dotfiles reflect my personal workflow and preferences. You are welcome to use them, but please do so at your own discretion. If you find any issues, please report them |
git clone --recurse-submodules https://github.com/atrskv/dotfiles.git ~/projects/main/dotfiles
cd ~/projects/main/dotfiles
chmod +x install
./installIf the repository was already cloned without submodules:
git submodule update --init --recursiveTo restore symlinks without running the full installation, run Dotbot directly:
dotbot/bin/dotbot -d "$PWD" -c install.conf.yamlThis is useful if the programs are already installed and you just need to relink the configs
sudo dotbot/bin/dotbot -d "$PWD" -p dotbot-apt/apt.py -c dotbot-configs/packages.conf.yamldotbot/bin/dotbot -d "$PWD" -c dotbot-configs/flatpak.conf.yaml...
Special thanks to Zproger/bspwm-dotfiles for the inspiration



