bump
This commit is contained in:
parent
ced2b664f1
commit
2895acbade
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
||||||
cd $HOME
|
cd $HOME
|
||||||
REPO_URL=git@github.com:ickyicky/dot.git
|
REPO_URL=git@github.com:ickyicky/dot.git
|
||||||
git clone --bare $REPO_URL $HOME/.dot/
|
git clone --bare $REPO_URL $HOME/.dot/
|
||||||
alias dot="/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME"
|
/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME config status.showUntrackedFiles no
|
||||||
dot config status.showUntrackedFiles no
|
/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME restore --staged .
|
||||||
dot restore .
|
/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME restore .
|
||||||
|
|
||||||
mkdir -p Projects/{Personal,Work}
|
mkdir -p Projects/{Personal,Work}
|
||||||
SETUP_REPO_URL=git@github.com:ickyicky/setup.git
|
SETUP_REPO_URL=git@github.com:ickyicky/setup.git
|
||||||
|
|
Loading…
Reference in a new issue