2018-08-17 19:44:31 +02:00
|
|
|
empty_directories:
|
2019-04-14 11:55:01 +02:00
|
|
|
- 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
|
2020-12-14 13:42:38 +01:00
|
|
|
- name: .config/gtk-3.0
|
2022-01-14 16:28:27 +01:00
|
|
|
- name: .config/gtk-3.0-overrides
|
|
|
|
|
- name: .config/gtk-3.0-overrides/bigger-font/
|
|
|
|
|
- name: .config/gtk-3.0-overrides/bigger-font/gtk-3.0
|
2020-12-14 13:42:38 +01:00
|
|
|
- name: .config/qt5ct
|
2022-12-16 19:16:17 +01:00
|
|
|
- name: .config/i3status-rust
|
|
|
|
|
- name: .config/i3status-rust/icons
|
|
|
|
|
- name: .config/i3status-rust/themes
|
2023-05-30 20:24:08 +02:00
|
|
|
- name: .config/helix
|
2024-04-14 01:26:53 +02:00
|
|
|
- name: .config/git
|
2024-04-14 01:15:37 +02:00
|
|
|
- name: .config/tmux
|
2024-04-14 01:37:57 +02:00
|
|
|
- name: .config/i3
|
2018-02-11 12:03:40 +01:00
|
|
|
dotfiles:
|
|
|
|
|
- from: git/gitconfig
|
2024-04-14 01:26:53 +02:00
|
|
|
to: .config/git/config
|
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
|
2021-01-30 21:06:45 +01:00
|
|
|
template: true
|
2018-02-11 12:03:40 +01:00
|
|
|
- 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
|
2024-04-14 01:37:57 +02:00
|
|
|
to: .config/i3/config
|
2018-08-17 19:44:31 +02:00
|
|
|
template: true
|
2022-12-16 19:16:17 +01:00
|
|
|
- from: i3/i3status-rust/config.toml
|
|
|
|
|
to: .config/i3status-rust/config.toml
|
2022-12-16 20:53:50 +01:00
|
|
|
template: true
|
2022-12-16 19:16:17 +01:00
|
|
|
- from: i3/i3status-rust/themes/native.toml
|
|
|
|
|
to: .config/i3status-rust/themes/native.toml
|
|
|
|
|
- from: i3/i3status-rust/icons/awesome.toml
|
|
|
|
|
to: .config/i3status-rust/icons/awesome.toml
|
2018-08-17 19:44:31 +02:00
|
|
|
- from: i3/scripts
|
2024-04-14 01:37:57 +02:00
|
|
|
to: .config/i3/scripts
|
2018-02-11 12:03:40 +01:00
|
|
|
- from: tmux/tmux.conf
|
2024-04-14 01:15:37 +02:00
|
|
|
to: .config/tmux/tmux.conf
|
2018-02-11 12:03:40 +01:00
|
|
|
- from: vim/vimrc
|
|
|
|
|
to: .config/nvim/init.vim
|
|
|
|
|
- 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-08-18 15:04:47 +02:00
|
|
|
- from: dunst/dunstrc
|
|
|
|
|
to: .config/dunstrc
|
2020-12-12 13:26:55 +01:00
|
|
|
template: true
|
2020-02-28 21:31:45 +01:00
|
|
|
- from: redshift/redshift.conf
|
|
|
|
|
to: .config/redshift.conf
|
2022-09-05 15:19:52 +02:00
|
|
|
- from: vscodium/product.json
|
|
|
|
|
to: .config/VSCodium/product.json
|
|
|
|
|
- from: vscodium/settings.json
|
|
|
|
|
to: .config/VSCodium/User/settings.json
|
|
|
|
|
- from: vscodium/keybindings.json
|
|
|
|
|
to: .config/VSCodium/User/keybindings.json
|
2024-02-12 15:03:02 +01:00
|
|
|
- from: alacritty/alacritty.toml
|
|
|
|
|
to: .config/alacritty.toml
|
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
|
2020-12-14 13:42:38 +01:00
|
|
|
- from: gtk/gtk-3.0.ini
|
|
|
|
|
to: .config/gtk-3.0/settings.ini
|
2021-01-27 15:18:03 +01:00
|
|
|
template: true
|
2022-01-14 16:28:27 +01:00
|
|
|
- from: gtk/gtk-3.0-bigger-font.ini
|
|
|
|
|
to: .config/gtk-3.0-overrides/bigger-font/gtk-3.0/settings.ini
|
|
|
|
|
template: true
|
2020-12-14 13:42:38 +01:00
|
|
|
- from: gtk/gtkrc-2.0
|
2024-04-14 02:24:41 +02:00
|
|
|
to: .config/gtkrc-2.0
|
2021-01-27 15:18:03 +01:00
|
|
|
template: true
|
2020-12-14 13:42:38 +01:00
|
|
|
- from: qt/qt5ct.conf
|
|
|
|
|
to: .config/qt5ct/qt5ct.conf
|
2020-12-14 13:53:33 +01:00
|
|
|
- from: screencfg
|
|
|
|
|
to: .screencfg
|
2021-01-13 23:55:58 +01:00
|
|
|
- from: scripts
|
|
|
|
|
to: scripts
|
2023-05-30 20:24:08 +02:00
|
|
|
- from: helix/config.toml
|
|
|
|
|
to: .config/helix/config.toml
|
2024-04-14 01:26:53 +02:00
|
|
|
dotfiles_remove:
|
|
|
|
|
- .gitconfig
|
2024-04-14 01:08:53 +02:00
|
|
|
- .vimrc
|
2024-04-14 01:15:37 +02:00
|
|
|
- .tmux.conf
|
2024-04-14 01:37:57 +02:00
|
|
|
- .i3
|
2024-04-14 02:24:41 +02:00
|
|
|
- .gtkrc-2.0
|