From 4d38d6647158521c877096d90557fa3d3183205e Mon Sep 17 00:00:00 2001 From: hellerve Date: Wed, 18 Jul 2018 12:41:11 +0200 Subject: [PATCH] all: remove ghci and bash; vimrc: add extempore --- Makefile | 8 +------- vimrc | 1 + zshrc | 2 -- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 097b918..8758eec 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,8 @@ -all: bash e ghc git input python sbcli scripts valgrind vim zepto zsh - -bash: - cp bash_profile ~/.bash_profile +all: e git input python sbcli scripts valgrind vim zepto zsh e: cp erc ~/.erc -ghc: - cp ghci ~/.ghci - git: cp gitignore ~/.gitignore cp gitconfig ~/.gitconfig diff --git a/vimrc b/vimrc index ad2d777..b0f8a51 100644 --- a/vimrc +++ b/vimrc @@ -95,6 +95,7 @@ Plugin 'rust-lang/rust.vim' Plugin 'kchmck/vim-coffee-script' Plugin 'isRuslan/vim-es6' Plugin 'zig-lang/zig.vim' +Plugin 'timburgess/extempore.vim' " Custom bundles if filereadable(expand("~/.vim.local/bundles.vim")) diff --git a/zshrc b/zshrc index 0c649cd..bad56ba 100644 --- a/zshrc +++ b/zshrc @@ -169,9 +169,7 @@ pinfo(){ save_dotfiles(){ local DOTPATH=~/Documents/Code/Github/.dotfiles/ cp -r ~/.scripts ${DOTPATH} - cp ~/.bash_profile ${DOTPATH}bash_profile cp ~/.erc ${DOTPATH}erc - cp ~/.ghci ${DOTPATH}ghci cp ~/.gitconfig ${DOTPATH}gitconfig cp ~/.gitignore ${DOTPATH}gitignore cp ~/.inputrc ${DOTPATH}inputrc