[bump]
This commit is contained in:
parent
5c63b97717
commit
0530ed835f
1 changed files with 2 additions and 2 deletions
|
@ -2,14 +2,14 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
cd $HOME
|
cd $HOME
|
||||||
REPO_URL=ssh://git@git.domandoman.xyz:222/doman/dot.git
|
REPO_URL=https://git.domandoman.xyz/doman/dot.git
|
||||||
git clone --bare $REPO_URL $HOME/.dot/
|
git clone --bare $REPO_URL $HOME/.dot/
|
||||||
/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME config status.showUntrackedFiles no
|
/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 --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 {Personal,Work}
|
mkdir -p {Personal,Work}
|
||||||
SETUP_REPO_URL=ssh://git@git.domandoman.xyz:222/doman/setup.git
|
SETUP_REPO_URL=https://git.domandoman.xyz/doman/setup.git
|
||||||
git clone $SETUP_REPO_URL Personal/setup
|
git clone $SETUP_REPO_URL Personal/setup
|
||||||
cd Personal/setup
|
cd Personal/setup
|
||||||
./setup.sh
|
./setup.sh
|
||||||
|
|
Loading…
Reference in a new issue