summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2021-07-15 22:20:46 +0800
committerFrederick Yin <fkfd@fkfd.me>2021-07-15 22:20:46 +0800
commitb6410a60f0cd3a1c1ce29d3c82706a8526d80719 (patch)
treef7b07da5cd5899bf0649430b365fb015f7c0d664
parent7c2f80771d690603445e8289e84945c71774c060 (diff)
sync.sh for updating dotfiles
-rwxr-xr-xsync.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/sync.sh b/sync.sh
new file mode 100755
index 0000000..07edefe
--- /dev/null
+++ b/sync.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/bash
+cp ~/.gitconfig ./
+cp ~/.vimrc ./
+cp ~/.zshrc ./