2016-09-26 15:40:04 +02:00
|
|
|
- defaults:
|
|
|
|
link:
|
|
|
|
create: true
|
|
|
|
relink: true
|
|
|
|
|
|
|
|
- clean: ['~']
|
|
|
|
|
|
|
|
- link:
|
2022-02-10 20:07:37 +01:00
|
|
|
~/.bashrc: bash/bashrc
|
2016-10-11 23:18:39 +02:00
|
|
|
~/.bash_profile: bash/profile
|
2022-03-30 18:44:43 +02:00
|
|
|
~/.config/git/attributes: git/attributes
|
2020-04-16 20:42:52 +02:00
|
|
|
~/.config/git/config: git/config
|
|
|
|
~/.config/git/ignore_global: git/ignore
|
2017-01-27 16:22:49 +01:00
|
|
|
~/.config/geany/keybindings.conf: geany/keybindings.conf
|
|
|
|
~/.config/geany/filedefs: geany/filedefs
|
2020-04-24 12:09:40 +02:00
|
|
|
~/.config/ncmpcpp/config: ncmpcpp/config
|
|
|
|
~/.config/ncmpcpp/bindings: ncmpcpp/bindings
|
2020-11-20 15:23:42 +01:00
|
|
|
~/.config/polybar: polybar
|
2022-02-14 11:54:50 +01:00
|
|
|
~/.local/share/applications/ncmpcpp.desktop: ncmpcpp/ncmpcpp.desktop
|
2020-03-17 12:08:16 +01:00
|
|
|
~/.mpd/mpd.conf: mpd/mpd.conf
|
2020-03-17 13:22:31 +01:00
|
|
|
~/.config/mpDris2/mpDris2.conf: mpd/mpDris2.conf
|
|
|
|
~/.config/systemd/mpDris2.service: mpd/mpDris2.service
|
2016-10-03 10:30:30 +02:00
|
|
|
~/.profile: profile.sh
|
|
|
|
~/.ssh/config: ssh/config
|
2021-11-25 15:02:14 +01:00
|
|
|
~/.ssh/config.d/00_README: ssh/config.d/00_README
|
|
|
|
~/.ssh/config.d/99-git_wilcard.config: ssh/config.d/99-git_wilcard.config
|
2016-09-26 15:40:04 +02:00
|
|
|
~/.tmux.conf: tmux/tmux.conf
|
|
|
|
~/.vimrc: vim/vimrc
|
2020-03-07 01:54:09 +01:00
|
|
|
~/.xinitrc: X11/xinitrc
|
2020-04-16 00:30:47 +02:00
|
|
|
~/.xprofile: X11/xprofile
|
2022-02-09 17:54:04 +01:00
|
|
|
~/.Xresources.src: X11/Xresources.src
|
2020-03-07 01:54:37 +01:00
|
|
|
~/.Xresources.d/urxvt: urxvt/Xresources
|
2020-03-07 01:54:09 +01:00
|
|
|
~/.config/user-dirs.dirs: X11/user-dirs.dirs
|
2016-10-05 01:39:07 +02:00
|
|
|
~/.config/awesome: awesome
|
2017-01-19 00:36:45 +01:00
|
|
|
~/.config/redshift.conf: redshift/redshift.conf
|
2016-09-26 15:40:04 +02:00
|
|
|
|
2021-11-25 15:02:14 +01:00
|
|
|
- create:
|
|
|
|
~/.ssh/keys/:
|
|
|
|
mode: 0700
|
2022-09-05 10:58:03 +02:00
|
|
|
~/.ssh/known_hosts.d:
|
|
|
|
mode: 0700
|
2021-11-25 15:02:14 +01:00
|
|
|
|
2022-02-09 17:54:04 +01:00
|
|
|
- shell:
|
|
|
|
-
|
|
|
|
command: ./bin/Xresources-preprocess
|
|
|
|
description: Preprocess Xresources.src so that xrdb doesn't have to.
|
|
|
|
stderr: true
|
2022-02-09 18:02:08 +01:00
|
|
|
- [chmod 600 ./ssh/config, Ensure ./ssh/config only read/writable for owner]
|
2022-02-09 17:54:04 +01:00
|
|
|
# - git submodules update # after linking ~/.gitconfig
|