From 983c2582345b14a409e7681904142d6d001b588e Mon Sep 17 00:00:00 2001 From: Tony Blyler Date: Mon, 5 Jun 2017 23:33:17 -0400 Subject: [PATCH] Update to be used with homeshick --- README.md | 1 + {.scripts => home/.scripts}/auto-install.sh | 0 {.scripts => home/.scripts}/fup.sh | 0 {.scripts => home/.scripts}/ip-int-convert.sh | 0 {.scripts => home/.scripts}/sshtmux.sh | 0 5 files changed, 1 insertion(+) rename {.scripts => home/.scripts}/auto-install.sh (100%) rename {.scripts => home/.scripts}/fup.sh (100%) rename {.scripts => home/.scripts}/ip-int-convert.sh (100%) rename {.scripts => home/.scripts}/sshtmux.sh (100%) diff --git a/README.md b/README.md index c40705c..18067d2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # Dotfiles ## Useful configuration files ranging from shell scripts to configurations +This is intended to be used with [homeshick](https://github.com/andsens/homeshick) diff --git a/.scripts/auto-install.sh b/home/.scripts/auto-install.sh similarity index 100% rename from .scripts/auto-install.sh rename to home/.scripts/auto-install.sh diff --git a/.scripts/fup.sh b/home/.scripts/fup.sh similarity index 100% rename from .scripts/fup.sh rename to home/.scripts/fup.sh diff --git a/.scripts/ip-int-convert.sh b/home/.scripts/ip-int-convert.sh similarity index 100% rename from .scripts/ip-int-convert.sh rename to home/.scripts/ip-int-convert.sh diff --git a/.scripts/sshtmux.sh b/home/.scripts/sshtmux.sh similarity index 100% rename from .scripts/sshtmux.sh rename to home/.scripts/sshtmux.sh