2018-08-17 19:44:31 +02:00
|
|
|
empty_directories:
|
2019-04-14 11:55:01 +02:00
|
|
|
- name: .i3
|
|
|
|
|
- name: .gnupg
|
|
|
|
|
mode: '0700'
|
2019-11-14 10:56:43 +01:00
|
|
|
- name: .config/nvim
|
2020-12-10 16:19:47 +01:00
|
|
|
- name: .config/rofi
|
2018-02-11 12:03:40 +01:00
|
|
|
dotfiles:
|
2020-02-28 21:31:59 +01:00
|
|
|
- from: autostart/autostart.sh
|
2018-12-28 18:19:00 +01:00
|
|
|
to: .autostart.sh
|
2018-02-11 12:03:40 +01:00
|
|
|
- from: git/gitconfig
|
|
|
|
|
to: .gitconfig
|
2018-08-17 19:44:31 +02:00
|
|
|
template: true
|
2018-02-11 12:03:40 +01:00
|
|
|
- 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
|
2020-04-05 19:20:55 +02:00
|
|
|
template: true
|
2018-08-17 19:44:31 +02:00
|
|
|
- from: i3/config
|
|
|
|
|
to: .i3/config
|
|
|
|
|
template: true
|
|
|
|
|
- from: i3/i3status.conf
|
|
|
|
|
to: .i3/i3status.conf
|
|
|
|
|
template: true
|
|
|
|
|
- from: i3/scripts
|
|
|
|
|
to: .i3/scripts
|
2018-02-11 12:03:40 +01:00
|
|
|
- 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
|
2018-08-17 19:44:31 +02:00
|
|
|
template: true
|
2018-02-11 12:03:40 +01:00
|
|
|
- from: x/xinitrc
|
|
|
|
|
to: .xinitrc
|
|
|
|
|
- from: zsh/zprofile
|
|
|
|
|
to: .zprofile
|
2018-08-17 19:44:31 +02:00
|
|
|
template: true
|
2018-02-11 12:03:40 +01:00
|
|
|
- from: zsh/zshrc
|
|
|
|
|
to: .zshrc
|
2018-08-17 19:44:31 +02:00
|
|
|
template: true
|
2018-02-11 12:03:40 +01:00
|
|
|
- from: zsh/zshrc.d
|
|
|
|
|
to: .zshrc.d
|
2018-08-18 15:04:47 +02:00
|
|
|
- from: dunst/dunstrc
|
|
|
|
|
to: .config/dunstrc
|
2020-02-28 21:31:45 +01:00
|
|
|
- from: redshift/redshift.conf
|
|
|
|
|
to: .config/redshift.conf
|
2020-10-05 22:01:35 +02:00
|
|
|
- from: vscode/settings.json
|
|
|
|
|
to: .config/Code/User/settings.json
|
|
|
|
|
- from: vscode/keybindings.json
|
|
|
|
|
to: .config/Code/User/keybindings.json
|
2020-12-10 02:52:02 +01:00
|
|
|
- from: alacritty/alacritty.yml
|
|
|
|
|
to: .config/alacritty.yml
|
2020-12-10 03:03:50 +01:00
|
|
|
template: true
|
2020-12-10 16:19:47 +01:00
|
|
|
- from: rofi/config
|
|
|
|
|
to: .config/rofi/config
|