summaryrefslogtreecommitdiff
path: root/modules/home/resources/activation-scripts/clone-repos.sh
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/resources/activation-scripts/clone-repos.sh')
-rw-r--r--modules/home/resources/activation-scripts/clone-repos.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/home/resources/activation-scripts/clone-repos.sh b/modules/home/resources/activation-scripts/clone-repos.sh
index e25ef0c..0050359 100644
--- a/modules/home/resources/activation-scripts/clone-repos.sh
+++ b/modules/home/resources/activation-scripts/clone-repos.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-server="git@localgit:"
+server="https://git.tjkeller.xyz/"
clonemissing() {
# clone to $2
@@ -17,6 +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/.config/awesome
-clonemissing nvim $HOME/.config/nvim
-clonemissing zsh $HOME/.config/zsh
+clonemissing awesome $HOME/.config/awesome ''
+clonemissing nvim $HOME/.config/nvim ''
+clonemissing zsh $HOME/.config/zsh ''