diff --git a/distributeHome.sh b/distributeHome.sh
new file mode 100644
index 0000000..a47e18b
--- /dev/null
+++ b/distributeHome.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+
+shopt -s dotglob
+cp -lrf ./home_external/* $HOME/
diff --git a/distributeRoot.sh b/distributeRoot.sh
new file mode 100644
index 0000000..235116a
--- /dev/null
+++ b/distributeRoot.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+
+shopt -s dotglob
+sudo cp -lrf ./root_external/* /