From ea351fef7e6b651d54d97f54c12a75b4fcd6e449 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 22 Oct 2018 15:09:39 -0400 Subject: [PATCH] stow: Add directories for git, plasma, and systemd Since these config files are specific enough, they warrant their own package directories. --- .gitconfig => git/.gitconfig | 0 .gitignore => git/.gitignore | 0 .stow-local-ignore => git/.stow-local-ignore | 0 {.config => plasma/.config}/autostart-scripts/wal.sh | 0 {.config => systemd/.config}/systemd/user/ssh-agent.service | 0 {.config => systemd/.config}/systemd/user/urxvtd.service | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename .gitconfig => git/.gitconfig (100%) rename .gitignore => git/.gitignore (100%) rename .stow-local-ignore => git/.stow-local-ignore (100%) rename {.config => plasma/.config}/autostart-scripts/wal.sh (100%) rename {.config => systemd/.config}/systemd/user/ssh-agent.service (100%) rename {.config => systemd/.config}/systemd/user/urxvtd.service (100%) diff --git a/.gitconfig b/git/.gitconfig similarity index 100% rename from .gitconfig rename to git/.gitconfig diff --git a/.gitignore b/git/.gitignore similarity index 100% rename from .gitignore rename to git/.gitignore diff --git a/.stow-local-ignore b/git/.stow-local-ignore similarity index 100% rename from .stow-local-ignore rename to git/.stow-local-ignore diff --git a/.config/autostart-scripts/wal.sh b/plasma/.config/autostart-scripts/wal.sh similarity index 100% rename from .config/autostart-scripts/wal.sh rename to plasma/.config/autostart-scripts/wal.sh diff --git a/.config/systemd/user/ssh-agent.service b/systemd/.config/systemd/user/ssh-agent.service similarity index 100% rename from .config/systemd/user/ssh-agent.service rename to systemd/.config/systemd/user/ssh-agent.service diff --git a/.config/systemd/user/urxvtd.service b/systemd/.config/systemd/user/urxvtd.service similarity index 100% rename from .config/systemd/user/urxvtd.service rename to systemd/.config/systemd/user/urxvtd.service