# Ansible managed # For any permanent changes you must modify your own authorized_keys file under # https://git.ipr.univ-rennes.fr/cellinfo/ipr.debops/src/master/ansible/resources/home/jegardai [DEFAULT] git_gc = git gc "$@" ### {{{ User config [$HOME/repos/gardouille.vim] 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/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] checkout = git clone 'https://github.com/zsh-users/zsh-syntax-highlighting.git' 'zsh-syntax-highlighting' update = git pull 'https://github.com/zsh-users/zsh-syntax-highlighting.git' # Fuzzy finder for CLI [$HOME/repos/fzf] checkout = git clone 'https://github.com/junegunn/fzf.git' 'fzf' && "${HOME}"/repos/fzf/install --key-bindings --completion --no-update-rc --no-bash --no-fish --no-zsh update = git pull 'https://github.com/junegunn/fzf.git' && "${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.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.ipr.univ-rennes.fr/jegardai/scripts' 'gardouille.scripts' update = git pull 'https://git.ipr.univ-rennes.fr/jegardai/scripts' ### }}} ### {{{ IPR repo [$HOME/repos/ipr.scripts] checkout = git clone 'https://git.ipr.univ-rennes.fr/cellinfo/scripts.git' 'ipr.scripts' ### }}}