Add scripts from ~/.local/bin

Some utility scripts.
This commit is contained in:
2022-08-01 15:14:12 +03:00
parent 3ddb4f58f4
commit 4d6353ed2a
4 changed files with 348 additions and 0 deletions

View File

@ -60,6 +60,9 @@ dotfiles:
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
profiles:
everywhere:
dotfiles:
@ -86,6 +89,7 @@ profiles:
- f_psqlrc
- f_pam_environment
- f_xdg_desktop_portal_wlr_config
- d_local_bin
knafeh:
dotfiles:
- d_vim
@ -106,3 +110,4 @@ profiles:
- f_pam_environment
- f_xdg_desktop_portal_wlr_config
- f_geoclue-agent.service
- d_local_bin