[setup] move to new repo url
This commit is contained in:
parent
297497c703
commit
f699bc6210
1 changed files with 2 additions and 2 deletions
|
@ -2,14 +2,14 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
cd $HOME
|
cd $HOME
|
||||||
REPO_URL=git@github.com:ickyicky/dot.git
|
REPO_URL=ssh://git@gitea.domandoman.xyz:222/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=git@github.com:ickyicky/setup.git
|
SETUP_REPO_URL=ssh://git@gitea.domandoman.xyz:222/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