Fix Forgejo URLs: dsm.motocamp.de:3051 → git.motocamp.de
This commit is contained in:
parent
029c55c06e
commit
94c178252d
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
REPO_URL="https://dsm.motocamp.de:3051/rene/dotfiles-rene.git"
|
REPO_URL="https://git.motocamp.de/rene/dotfiles-rene.git"
|
||||||
BASE_DIR="$HOME/git-projekte"
|
BASE_DIR="$HOME/git-projekte"
|
||||||
REPO_NAME="dotfiles-rene"
|
REPO_NAME="dotfiles-rene"
|
||||||
REPO_DIR="$BASE_DIR/$REPO_NAME"
|
REPO_DIR="$BASE_DIR/$REPO_NAME"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ sudo apt install neovim ripgrep fd-find nodejs npm
|
||||||
### Dotfiles installieren
|
### Dotfiles installieren
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone git@dsm.motocamp.de:3051/rene/dotfiles-rene.git ~/git-projekte/dotfiles-rene
|
git clone https://git.motocamp.de/rene/dotfiles-rene.git ~/git-projekte/dotfiles-rene
|
||||||
cd ~/git-projekte/dotfiles-rene/nvim
|
cd ~/git-projekte/dotfiles-rene/nvim
|
||||||
chmod +x install-nvim-dotfiles.sh
|
chmod +x install-nvim-dotfiles.sh
|
||||||
./install-nvim-dotfiles.sh
|
./install-nvim-dotfiles.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue