From 8df9472e0cdbab0d12211c2bc77918e8f515c409 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sat, 8 Aug 2015 20:08:42 +0200 Subject: Improve installation and organization --- repos.zsh | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 repos.zsh (limited to 'repos.zsh') diff --git a/repos.zsh b/repos.zsh deleted file mode 100644 index 95b0fa2..0000000 --- a/repos.zsh +++ /dev/null @@ -1,44 +0,0 @@ -declare -A repodirs -declare -A install -declare -A uninstall - -# General purpose -repodirs[icholy/ttygif]=/home/urbain/github/ttygif - -# Solarized -repodirs[altercation/mutt-colors-solarized]=/home/urbain/github/mutt-colors-solarized - -# My plugins -repodirs[uvaes/fzf-marks]=/home/urbain/github/fzf-marks -repodirs[uvaes/grm]=/home/urbain/github/grm - -# fzf-related -repodirs[junegunn/fzf]=/home/urbain/.fzf -repodirs[atweiden/fzf-extras]=/home/urbain/github/fzf-extras - -# Plugin managers -repodirs[junegunn/vim-plug]=/home/urbain/.vim/vim-plug -repodirs[tmux-plugins/tpm]=/home/urbain/.tmux/plugins/tpm -# repodirs[tarjoilija/zgen]=/home/urbain/.zgen - -# Experimental -repodirs[adbrebs/taxi]=/home/urbain/github/adbrebs/taxi -repodirs[adbrebs/meg]=/home/urbain/github/adbrebs/meg -repodirs[adbrebs/brain_segmentation]=/home/urbain/github/adbrebs/brain_segmentation - -# Installation -function after_vimplug { - cd .. - rm -rf autoload - mkdir -p autoload - cd autoload - ln -s ../vim-plug/plug.vim; -} - -# Installation instructions -install[icholy/ttygif]='make' -install[junegunn/fzf]='./install' -install[junegunn/vim-plug]='after_vimplug' - -# Uninstall -uninstall[junegunn/fzf]='./uninstall' -- cgit v1.2.3