summaryrefslogtreecommitdiff
path: root/link.sh
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2017-08-29 22:52:19 -0500
committerBlaise Thompson <blaise@untzag.com>2017-08-29 22:52:19 -0500
commit58f3855029b336696cfbe2a06dd53e456ced76b6 (patch)
tree159e7b816664bb56ca73872512001d81c9716d7b /link.sh
parent5f7b17fd7db8f9ee23d0a2e7c24090869bcf6c12 (diff)
password-store:
Diffstat (limited to 'link.sh')
-rwxr-xr-xlink.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/link.sh b/link.sh
index 6d516e3..686c3f7 100755
--- a/link.sh
+++ b/link.sh
@@ -16,3 +16,7 @@ for f in $files; do
mv ~/.$name ~/dotfiles_old/
ln -s $dir/$f ~/.$name
done
+
+# password-store
+ln -sf ~/dotfiles/password-store ~/.password-store
+