empty_directories: - name: .i3 - name: .gnupg mode: '0700' - name: .config/nvim - name: .config/rofi dotfiles: - from: autostart/autostart.sh to: .autostart.sh - from: git/gitconfig to: .gitconfig template: true - from: gnupg/dirmngr.conf to: .gnupg/dirmngr.conf - from: gnupg/gpg-agent.conf to: .gnupg/gpg-agent.conf - from: gnupg/gpg.conf to: .gnupg/gpg.conf template: true - from: i3/config to: .i3/config template: true - from: i3/i3status.conf to: .i3/i3status.conf template: true - from: i3/scripts to: .i3/scripts - from: tmux/tmux.conf to: .tmux.conf - from: vim/vimrc to: .config/nvim/init.vim - from: vim/vimrc to: .vimrc - from: x/Xresources to: .Xresources template: true - from: x/xinitrc to: .xinitrc - from: zsh/zprofile to: .zprofile template: true - from: zsh/zshrc to: .zshrc template: true - from: zsh/zshrc.d to: .zshrc.d - from: dunst/dunstrc to: .config/dunstrc - from: redshift/redshift.conf to: .config/redshift.conf - from: vscode/settings.json to: .config/Code/User/settings.json - from: vscode/keybindings.json to: .config/Code/User/keybindings.json - from: alacritty/alacritty.yml to: .config/alacritty.yml template: true - from: rofi/config to: .config/rofi/config