structure change
This commit is contained in:
parent
3e1a8ba731
commit
8150607fc1
1 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@ git clone --bare $REPO_URL $HOME/.dot/
|
||||||
/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME restore --staged .
|
/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME restore --staged .
|
||||||
/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME restore .
|
/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME restore .
|
||||||
|
|
||||||
mkdir -p Projects/{Personal,Work}
|
mkdir -p {Personal,Work}
|
||||||
SETUP_REPO_URL=git@github.com:ickyicky/setup.git
|
SETUP_REPO_URL=git@github.com:ickyicky/setup.git
|
||||||
git clone $SETUP_REPO_URL Projects/Personal/setup
|
git clone $SETUP_REPO_URL Personal/setup
|
||||||
cd Projects/Personal/setup
|
cd Personal/setup
|
||||||
./setup.sh
|
./setup.sh
|
||||||
|
|
Loading…
Reference in a new issue