2022-01-27 13:21:34 +01:00
|
|
|
config:
|
|
|
|
backup: true
|
|
|
|
create: true
|
|
|
|
dotpath: dotfiles
|
|
|
|
dotfiles:
|
|
|
|
d_vim:
|
|
|
|
src: vim
|
|
|
|
dst: ~/.vim
|
|
|
|
f_vimrc:
|
|
|
|
src: vimrc
|
|
|
|
dst: ~/.vimrc
|
|
|
|
f_tmux.conf:
|
2022-05-14 20:30:42 +02:00
|
|
|
src: config/tmux/tmux.conf
|
|
|
|
dst: ~/.config/tmux/tmux.conf
|
2022-01-27 13:21:34 +01:00
|
|
|
f_foot.ini:
|
|
|
|
src: config/foot/foot.ini
|
|
|
|
dst: ~/.config/foot/foot.ini
|
|
|
|
f_mako_config:
|
|
|
|
src: config/mako/config
|
|
|
|
dst: ~/.config/mako/config
|
|
|
|
f_kanshi_config:
|
|
|
|
src: config/kanshi/config
|
|
|
|
dst: ~/.config/kanshi/config
|
|
|
|
d_wofi:
|
|
|
|
src: config/wofi
|
|
|
|
dst: ~/.config/wofi
|
|
|
|
f_zshrc:
|
|
|
|
src: zshrc
|
|
|
|
dst: ~/.zshrc
|
|
|
|
d_sway:
|
|
|
|
src: config/sway
|
|
|
|
dst: ~/.config/sway
|
|
|
|
f_kanshi.service:
|
|
|
|
src: config/systemd/user/kanshi.service
|
|
|
|
dst: ~/.config/systemd/user/kanshi.service
|
|
|
|
f_swayidle.service:
|
|
|
|
src: config/systemd/user/swayidle.service
|
|
|
|
dst: ~/.config/systemd/user/swayidle.service
|
|
|
|
f_wob.service:
|
|
|
|
src: config/systemd/user/wob.service
|
|
|
|
dst: ~/.config/systemd/user/wob.service
|
|
|
|
f_wob.socket:
|
|
|
|
src: config/systemd/user/wob.socket
|
|
|
|
dst: ~/.config/systemd/user/wob.socket
|
|
|
|
f_sway-session.target:
|
|
|
|
src: config/systemd/user/sway-session.target
|
|
|
|
dst: ~/.config/systemd/user/sway-session.target
|
|
|
|
f_psqlrc:
|
|
|
|
src: psqlrc
|
|
|
|
dst: ~/.psqlrc
|
2022-01-27 14:45:29 +01:00
|
|
|
f_bashrc:
|
|
|
|
src: bashrc
|
|
|
|
dst: ~/.bashrc
|
2022-02-11 09:39:10 +01:00
|
|
|
f_xdg_desktop_portal_wlr_config:
|
|
|
|
src: config/xdg-desktop-portal-wlr/config
|
|
|
|
dst: ~/.config/xdg-desktop-portal-wlr/config
|
2022-03-01 09:01:33 +01:00
|
|
|
f_geoclue-agent.service:
|
|
|
|
src: config/systemd/user/geoclue-agent.service
|
|
|
|
dst: ~/.config/systemd/user/geoclue-agent.service
|
2022-08-01 14:14:12 +02:00
|
|
|
d_local_bin:
|
|
|
|
src: local/bin
|
|
|
|
dst: ~/.local/bin
|
2022-08-13 01:23:06 +02:00
|
|
|
f_ssh_config:
|
|
|
|
src: ssh/config
|
|
|
|
dst: ~/.ssh/config
|
|
|
|
f_ssh-agent.service:
|
|
|
|
src: config/systemd/user/ssh-agent.service
|
|
|
|
dst: ~/.config/systemd/user/ssh-agent.service
|
2023-02-24 18:07:50 +01:00
|
|
|
d_waybar:
|
|
|
|
src: config/waybar
|
|
|
|
dst: ~/.config/waybar
|
2023-08-22 13:44:55 +02:00
|
|
|
f_fuzzel.ini:
|
|
|
|
src: config/fuzzel/fuzzel.ini
|
|
|
|
dst: ~/.config/fuzzel/fuzzel.ini
|
2022-01-27 13:21:34 +01:00
|
|
|
profiles:
|
2022-04-25 15:47:10 +02:00
|
|
|
everywhere:
|
2022-04-25 15:49:18 +02:00
|
|
|
dotfiles:
|
2022-04-25 15:47:10 +02:00
|
|
|
- d_vim
|
|
|
|
- f_vimrc
|
|
|
|
- f_tmux.conf
|
|
|
|
- f_zshrc
|
2022-01-27 13:21:34 +01:00
|
|
|
balozi:
|
|
|
|
dotfiles:
|
|
|
|
- d_vim
|
|
|
|
- f_vimrc
|
|
|
|
- f_tmux.conf
|
|
|
|
- f_foot.ini
|
|
|
|
- f_mako_config
|
|
|
|
- f_kanshi_config
|
|
|
|
- d_wofi
|
|
|
|
- f_zshrc
|
|
|
|
- d_sway
|
|
|
|
- f_kanshi.service
|
|
|
|
- f_swayidle.service
|
|
|
|
- f_wob.service
|
|
|
|
- f_wob.socket
|
|
|
|
- f_sway-session.target
|
|
|
|
- f_psqlrc
|
2022-02-11 09:39:10 +01:00
|
|
|
- f_xdg_desktop_portal_wlr_config
|
2022-08-01 14:14:12 +02:00
|
|
|
- d_local_bin
|
2022-08-13 01:23:06 +02:00
|
|
|
- f_ssh-agent.service
|
2023-02-24 18:07:50 +01:00
|
|
|
- d_waybar
|
2023-08-22 13:44:55 +02:00
|
|
|
- f_fuzzel.ini
|
2022-01-27 13:22:57 +01:00
|
|
|
knafeh:
|
|
|
|
dotfiles:
|
|
|
|
- d_vim
|
|
|
|
- f_vimrc
|
|
|
|
- f_tmux.conf
|
|
|
|
- f_foot.ini
|
|
|
|
- f_mako_config
|
|
|
|
- f_kanshi_config
|
|
|
|
- d_wofi
|
|
|
|
- f_zshrc
|
|
|
|
- d_sway
|
|
|
|
- f_kanshi.service
|
|
|
|
- f_swayidle.service
|
|
|
|
- f_wob.service
|
|
|
|
- f_wob.socket
|
|
|
|
- f_sway-session.target
|
|
|
|
- f_psqlrc
|
2022-02-11 09:39:10 +01:00
|
|
|
- f_xdg_desktop_portal_wlr_config
|
2022-03-01 09:01:33 +01:00
|
|
|
- f_geoclue-agent.service
|
2022-08-01 14:14:12 +02:00
|
|
|
- d_local_bin
|
2022-08-13 01:23:06 +02:00
|
|
|
- f_ssh-agent.service
|
2023-02-24 18:07:50 +01:00
|
|
|
- d_waybar
|
2023-08-22 13:44:55 +02:00
|
|
|
- f_fuzzel.ini
|