config: backup: true create: true dotpath: dotfiles dotfiles: d_vim: src: vim dst: ~/.vim f_vimrc: src: vimrc dst: ~/.vimrc f_tmux.conf: src: config/tmux/tmux.conf dst: ~/.config/tmux/tmux.conf 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 f_bashrc: src: bashrc dst: ~/.bashrc f_xdg_desktop_portal_wlr_config: src: config/xdg-desktop-portal-wlr/config dst: ~/.config/xdg-desktop-portal-wlr/config f_geoclue-agent.service: src: config/systemd/user/geoclue-agent.service dst: ~/.config/systemd/user/geoclue-agent.service d_local_bin: src: local/bin dst: ~/.local/bin 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 profiles: everywhere: dotfiles: - d_vim - f_vimrc - f_tmux.conf - f_zshrc 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 - f_xdg_desktop_portal_wlr_config - d_local_bin - f_ssh-agent.service 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 - f_xdg_desktop_portal_wlr_config - f_geoclue-agent.service - d_local_bin - f_ssh-agent.service