From 71b82aa0ab84982af707ceca196646f8cc60307e Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 16 Sep 2015 17:12:57 +0100 Subject: Remove obsolete grmrc --- .grmrc | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 .grmrc diff --git a/.grmrc b/.grmrc deleted file mode 100644 index 76a648d..0000000 --- a/.grmrc +++ /dev/null @@ -1,47 +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 - -# Uzbl -repodirs[zimon/uzbl-config-and-scripts]=/home/urbain/github/uzbl - -# 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