Bin: Move binary files to .local, add symlink

This commit is contained in:
2017-12-26 18:11:38 -06:00
parent 92c53a5db9
commit 572df071b6
19 changed files with 1 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
git clone --recursive --separate-git-dir="$HOME/.dotfiles" git@github.com:rehashedsalt/home.git /tmp/dots
rsync -rvl --exclude ".git" /tmp/dots/ $HOME/
rm -r /tmp/dots
git submodule update --init --recursive --git-dir="$HOME/.dotfiles" --work-tree="$HOME" $HOME/