aboutsummaryrefslogtreecommitdiffstats
path: root/deploy.sh
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-14 12:29:08 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-14 12:29:08 +0000
commit4178710763ab0b05e690b26be6b8cefd0c86a1c2 (patch)
tree7ebcaba296a253cdde73b04a65bdaf95651ccb9a /deploy.sh
Initial commit
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
new file mode 100755
index 0000000..27560e9
--- /dev/null
+++ b/deploy.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+cp -a zsh/. ~
+cp -a git/. ~
+cp -a vim/. ~
+
+cp -a nvim ~/.config/nvim
+