- defaults: link: relink: true - clean: ['~'] - create: - ~/Downloads - ~/bin - ~/projects - ~/src - ~/www - ~/pkg - ~/.local/share/nautilus/scripts/ - link: ~/.gitconfig: configs/git/.gitconfig ~/.zshrc: path: configs/zsh/.zshrc force: true ~/.config/tabset: configs/tabset ~/.config/rofi: configs/rofi # ~/.local/share/remmina: configs/remmina/hosts ~/.config/nvim: configs/nvim ~/bin/catto: path: configs/scripts/catto mode: 755 ~/bin/aspath: path: configs/scripts/aspath mode: 755 ~/bin/fetch-steamdeck-screenshots: path: configs/scripts/fetch-steamdeck-screenshots mode: 755 ~/.local/share/nautilus/scripts/Copy to web: path: configs/nautilus/scripts/Copy to web mode: 755 - shell: - [git submodule update --init --recursive, Installing submodules] - [sh ./helpers/install-ssh-config.sh, Installing SSH config] - [chmod +x configs/scripts/catto, Making catto executable] - [chmod +x configs/scripts/aspath, Making aspath executable] - [chmod +x configs/scripts/fetch-steamdeck-screenshots, Making fetch-steamdeck-screenshots executable] - [sh ./helpers/configure-gnome.sh, Configuring GNOME]