2022-01-27 15:21:34 +03: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 21:30:42 +03:00
|
|
|
src: config/tmux/tmux.conf
|
|
|
|
dst: ~/.config/tmux/tmux.conf
|
2022-01-27 15:21:34 +03: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 16:45:29 +03:00
|
|
|
f_bashrc:
|
|
|
|
src: bashrc
|
|
|
|
dst: ~/.bashrc
|
2022-02-11 11:39:10 +03:00
|
|
|
f_xdg_desktop_portal_wlr_config:
|
|
|
|
src: config/xdg-desktop-portal-wlr/config
|
|
|
|
dst: ~/.config/xdg-desktop-portal-wlr/config
|
2022-03-01 11:01:33 +03:00
|
|
|
f_geoclue-agent.service:
|
|
|
|
src: config/systemd/user/geoclue-agent.service
|
|
|
|
dst: ~/.config/systemd/user/geoclue-agent.service
|
2022-08-01 15:14:12 +03:00
|
|
|
d_local_bin:
|
|
|
|
src: local/bin
|
|
|
|
dst: ~/.local/bin
|
2022-08-12 16:23:06 -07: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 20:07:50 +03:00
|
|
|
d_waybar:
|
|
|
|
src: config/waybar
|
|
|
|
dst: ~/.config/waybar
|
2023-08-22 14:44:55 +03:00
|
|
|
f_fuzzel.ini:
|
|
|
|
src: config/fuzzel/fuzzel.ini
|
|
|
|
dst: ~/.config/fuzzel/fuzzel.ini
|
2023-12-10 21:47:50 +03:00
|
|
|
f_wezterm.lua:
|
|
|
|
src: wezterm.lua
|
|
|
|
dst: ~/.wezterm.lua
|
2024-01-01 22:00:31 +03:00
|
|
|
f_convert-libaom.sh:
|
|
|
|
src: local/bin/convert-libaom.sh
|
|
|
|
dst: ~/.local/bin/convert-libaom.sh
|
|
|
|
chmod: '755'
|
2024-07-04 22:22:04 +03:00
|
|
|
f_dark-mode-theme.sh:
|
|
|
|
src: local/share/dark-mode.d/01-gtk-theme.sh
|
|
|
|
dst: ~/.local/share/dark-mode.d/01-gtk-theme.sh
|
|
|
|
chmod: '755'
|
|
|
|
f_light-mode-theme.sh:
|
|
|
|
src: local/share/light-mode.d/01-gtk-theme.sh
|
|
|
|
dst: ~/.local/share/light-mode.d/01-gtk-theme.sh
|
|
|
|
chmod: '755'
|
2024-07-13 21:24:56 +03:00
|
|
|
f_darkman_config.yaml:
|
|
|
|
src: config/darkman/config.yaml
|
|
|
|
dst: ~/.config/darkman/config.yaml
|
2022-01-27 15:21:34 +03:00
|
|
|
profiles:
|
2022-04-25 16:47:10 +03:00
|
|
|
everywhere:
|
2022-04-25 16:49:18 +03:00
|
|
|
dotfiles:
|
2022-04-25 16:47:10 +03:00
|
|
|
- d_vim
|
|
|
|
- f_vimrc
|
|
|
|
- f_tmux.conf
|
|
|
|
- f_zshrc
|
2022-01-27 15:21:34 +03: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 11:39:10 +03:00
|
|
|
- f_xdg_desktop_portal_wlr_config
|
2022-08-01 15:14:12 +03:00
|
|
|
- d_local_bin
|
2022-08-12 16:23:06 -07:00
|
|
|
- f_ssh-agent.service
|
2023-02-24 20:07:50 +03:00
|
|
|
- d_waybar
|
2023-08-22 14:44:55 +03:00
|
|
|
- f_fuzzel.ini
|
2023-12-10 21:47:50 +03:00
|
|
|
- f_wezterm.lua
|
2024-01-01 22:00:31 +03:00
|
|
|
- f_convert-libaom.sh
|
2024-07-04 22:22:04 +03:00
|
|
|
- f_dark-mode-theme.sh
|
|
|
|
- f_light-mode-theme.sh
|
2024-07-13 21:24:56 +03:00
|
|
|
- f_darkman_config.yaml
|
2022-01-27 15:22:57 +03: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 11:39:10 +03:00
|
|
|
- f_xdg_desktop_portal_wlr_config
|
2022-03-01 11:01:33 +03:00
|
|
|
- f_geoclue-agent.service
|
2022-08-01 15:14:12 +03:00
|
|
|
- d_local_bin
|
2022-08-12 16:23:06 -07:00
|
|
|
- f_ssh-agent.service
|
2023-02-24 20:07:50 +03:00
|
|
|
- d_waybar
|
2023-08-22 14:44:55 +03:00
|
|
|
- f_fuzzel.ini
|
2023-12-10 21:47:50 +03:00
|
|
|
- f_wezterm.lua
|
2024-01-01 22:00:31 +03:00
|
|
|
- f_convert-libaom.sh
|
2024-07-04 22:22:04 +03:00
|
|
|
- f_dark-mode-theme.sh
|
|
|
|
- f_light-mode-theme.sh
|
2024-07-13 21:24:56 +03:00
|
|
|
- f_darkman_config.yaml
|