Replace 101010.fr to ipr.univ-rennes.fr
This commit is contained in:
parent
1a3b89f162
commit
64fbbe29cc
18
mrconfig
18
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'
|
||||
|
||||
### }}}
|
||||
|
||||
|
|
4
profile
4
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 {{{
|
||||
|
|
Loading…
Reference in New Issue