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
|
||||
REPO_URL=git@github.com:ickyicky/dot.git
|
||||
git clone --bare $REPO_URL $HOME/.dot/
|
||||
alias dot="/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME"
|
||||
dot config status.showUntrackedFiles no
|
||||
dot restore .
|
||||
/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME config status.showUntrackedFiles no
|
||||
/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME restore --staged .
|
||||
/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME restore .
|
||||
|
||||
mkdir -p Projects/{Personal,Work}
|
||||
SETUP_REPO_URL=git@github.com:ickyicky/setup.git
|
||||
|
|
Loading…
Reference in a new issue