summaryrefslogtreecommitdiff
path: root/modules/home/resources
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2024-10-20 11:42:31 -0500
committerTim Keller <tjkeller.xyz>2024-10-20 11:42:31 -0500
commit04c5bb8b026ccdbd0a4ceb60c83c321ad3eb11b8 (patch)
treef619e5151a0418011e2f225d5bf07f7959e925a0 /modules/home/resources
parent5511e875e7dd4feeb0c29899ffbe05754bdbc15c (diff)
downloadnixos-04c5bb8b026ccdbd0a4ceb60c83c321ad3eb11b8.tar.xz
nixos-04c5bb8b026ccdbd0a4ceb60c83c321ad3eb11b8.zip
download repos for awesome, zsh, and nvim. now separate from dotconfig
Diffstat (limited to 'modules/home/resources')
-rw-r--r--modules/home/resources/activation-scripts/clone-repos.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/home/resources/activation-scripts/clone-repos.sh b/modules/home/resources/activation-scripts/clone-repos.sh
index 8ebdbe4..91dcb31 100644
--- a/modules/home/resources/activation-scripts/clone-repos.sh
+++ b/modules/home/resources/activation-scripts/clone-repos.sh
@@ -17,3 +17,6 @@ clonemissing() {
# # repo # clone to # link to
clonemissing scripts.git $HOME/docs/src/scripts $HOME/.local/bin
clonemissing dotconfig.git $HOME/docs/src/config $HOME/.config
+clonemissing awesome $HOME/docs/src/awesome $HOME/.config
+clonemissing zsh $HOME/docs/src/zsh $HOME/.config
+clonemissing nvim $HOME/docs/src/nvim $HOME/.config