From 64fbbe29cccf1adc93d4fab3e0b1613bec53b80e Mon Sep 17 00:00:00 2001 From: Gardouille Date: Mon, 18 Dec 2023 10:08:31 +0100 Subject: [PATCH] Replace 101010.fr to ipr.univ-rennes.fr --- mrconfig | 18 +++++++++--------- profile | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/mrconfig b/mrconfig index 97e404e..7b16ae7 100644 --- a/mrconfig +++ b/mrconfig @@ -8,12 +8,12 @@ git_gc = git gc "$@" ### {{{ User config [$HOME/repos/gardouille.vim] -checkout = git clone 'https://git.101010.fr/gardouille-dotfiles/vim.git' 'gardouille.vim' -update = git pull 'https://git.101010.fr/gardouille-dotfiles/vim.git' +checkout = git clone 'https://git.ipr.univ-rennes.fr/jegardai/vim' 'gardouille.vim' +update = git pull 'https://git.ipr.univ-rennes.fr/jegardai/vim' -[$HOME/repos/101010.zsh] -checkout = git clone 'https://git.101010.fr/gardouille-dotfiles/zsh.git' '101010.zsh' -update = git pull 'https://git.101010.fr/gardouille-dotfiles/zsh.git' +[$HOME/repos/ipr.zsh] +checkout = git clone 'https://git.ipr.univ-rennes.fr/jegardai/zsh' '101010.zsh' +update = git pull 'https://git.ipr.univ-rennes.fr/jegardai/zsh' # Syntax highlighting in fish style [$HOME/repos/zsh-syntax-highlighting] @@ -30,12 +30,12 @@ update = "${HOME}"/repos/fzf/install --key-bindings --completion --no-update-rc --no-bash --no-fish --no-zsh [$HOME/repos/gardouille.tmux] -checkout = git clone 'https://git.101010.fr/gardouille-dotfiles/tmux.git' 'gardouille.tmux' -update = git pull 'https://git.101010.fr/gardouille-dotfiles/tmux.git' +checkout = git clone 'https://git.ipr.univ-rennes.fr/jegardai/tmux' 'gardouille.tmux' +update = git pull 'https://git.ipr.univ-rennes.fr/jegardai/tmux' [$HOME/repos/gardouille.scripts] -checkout = git clone 'https://git.101010.fr/gardouille-dotfiles/scripts.git' 'gardouille.scripts' -update = git pull 'https://git.101010.fr/gardouille-dotfiles/scripts.git' +checkout = git clone 'https://git.ipr.univ-rennes.fr/jegardai/scripts' 'gardouille.scripts' +update = git pull 'https://git.ipr.univ-rennes.fr/jegardai/scripts' ### }}} diff --git a/profile b/profile index 2b233c1..e561850 100644 --- a/profile +++ b/profile @@ -1,5 +1,5 @@ # Default .profile from gardouille.home_public -# https://git.101010.fr/gardouille-dotfiles/home_public +# https://git.ipr.univ-rennes.fr/jegardai/home_public # Manage dependencies {{{ ## Ensure to have git {{{ @@ -40,7 +40,7 @@ REPO_PATH="${HOME}/${REPO_DIR}" # If no .mrconfig file is available {{{ if [ ! -f "${HOME}"/.mrconfig ]; then ## Download a basic one - wget --quiet https://git.101010.fr/gardouille-dotfiles/home_public/raw/branch/master/mrconfig -O "${HOME}"/.mrconfig + wget --quiet https://git.ipr.univ-rennes.fr/jegardai/home_public/raw/branch/master/mrconfig -O "${HOME}"/.mrconfig fi # }}} # Update repositories {{{