gitea
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
GIT_URL="https://git.cusack.cloud/acid/dotfiles.git"
|
||||
GIT_URL="https://gitea.cusack.cloud/acid/dotfiles.git"
|
||||
git clone --bare $GIT_URL $HOME/.cfg
|
||||
function config {
|
||||
/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME $@
|
||||
@@ -14,4 +14,4 @@ if [ $? = 0 ]; then
|
||||
fi;
|
||||
config checkout
|
||||
config config status.showUntrackedFiles no
|
||||
config remote set-url origin [git@git.cusack.cloud:1922]:acid/dotfiles.git
|
||||
config remote set-url origin ssh://git@gitea.cusack.cloud:222/acid/dotfiles.git
|
||||
|
||||
@@ -2,5 +2,5 @@ To get started:
|
||||
- Install curl and git
|
||||
- Then
|
||||
```sh
|
||||
curl -Lks https://git.cusack.cloud/acid/dotfiles/-/raw/master/.config/install-scripts/001-from-git.sh | /bin/bash
|
||||
curl -Lks https://gitea.cusack.cloud/acid/dotfiles/raw/branch/master/.config/install-scripts/001-from-git.sh | /bin/bash
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user