all: remove ghci and bash; vimrc: add extempore
This commit is contained in:
8
Makefile
8
Makefile
@@ -1,14 +1,8 @@
|
|||||||
all: bash e ghc git input python sbcli scripts valgrind vim zepto zsh
|
all: e git input python sbcli scripts valgrind vim zepto zsh
|
||||||
|
|
||||||
bash:
|
|
||||||
cp bash_profile ~/.bash_profile
|
|
||||||
|
|
||||||
e:
|
e:
|
||||||
cp erc ~/.erc
|
cp erc ~/.erc
|
||||||
|
|
||||||
ghc:
|
|
||||||
cp ghci ~/.ghci
|
|
||||||
|
|
||||||
git:
|
git:
|
||||||
cp gitignore ~/.gitignore
|
cp gitignore ~/.gitignore
|
||||||
cp gitconfig ~/.gitconfig
|
cp gitconfig ~/.gitconfig
|
||||||
|
1
vimrc
1
vimrc
@@ -95,6 +95,7 @@ Plugin 'rust-lang/rust.vim'
|
|||||||
Plugin 'kchmck/vim-coffee-script'
|
Plugin 'kchmck/vim-coffee-script'
|
||||||
Plugin 'isRuslan/vim-es6'
|
Plugin 'isRuslan/vim-es6'
|
||||||
Plugin 'zig-lang/zig.vim'
|
Plugin 'zig-lang/zig.vim'
|
||||||
|
Plugin 'timburgess/extempore.vim'
|
||||||
|
|
||||||
" Custom bundles
|
" Custom bundles
|
||||||
if filereadable(expand("~/.vim.local/bundles.vim"))
|
if filereadable(expand("~/.vim.local/bundles.vim"))
|
||||||
|
2
zshrc
2
zshrc
@@ -169,9 +169,7 @@ pinfo(){
|
|||||||
save_dotfiles(){
|
save_dotfiles(){
|
||||||
local DOTPATH=~/Documents/Code/Github/.dotfiles/
|
local DOTPATH=~/Documents/Code/Github/.dotfiles/
|
||||||
cp -r ~/.scripts ${DOTPATH}
|
cp -r ~/.scripts ${DOTPATH}
|
||||||
cp ~/.bash_profile ${DOTPATH}bash_profile
|
|
||||||
cp ~/.erc ${DOTPATH}erc
|
cp ~/.erc ${DOTPATH}erc
|
||||||
cp ~/.ghci ${DOTPATH}ghci
|
|
||||||
cp ~/.gitconfig ${DOTPATH}gitconfig
|
cp ~/.gitconfig ${DOTPATH}gitconfig
|
||||||
cp ~/.gitignore ${DOTPATH}gitignore
|
cp ~/.gitignore ${DOTPATH}gitignore
|
||||||
cp ~/.inputrc ${DOTPATH}inputrc
|
cp ~/.inputrc ${DOTPATH}inputrc
|
||||||
|
Reference in New Issue
Block a user