Got vim-plug to work.

This commit is contained in:
2017-10-17 03:35:05 -04:00
parent 61bbdf11c0
commit 6b6681aa4f
3 changed files with 11 additions and 8 deletions

View File

@@ -130,7 +130,7 @@ bind "set menu-complete-display-prefix on"
DIR_LAB="/h/u3/c7/05/mokkar/.bash_it" DIR_LAB="/h/u3/c7/05/mokkar/.bash_it"
DIR_HOME="/home/kevin/.bash_it" DIR_HOME="/home/kevin/.bash_it"
# Path to the bash it configuration # Path to the bash it configuration
export BASH_IT="$DIR_HOME" export BASH_IT="$DIR_LAB"
# Lock and Load a custom theme file # Lock and Load a custom theme file
# location /.bash_it/themes/ # location /.bash_it/themes/

View File

@@ -11,14 +11,19 @@
" endtry " endtry
set relativenumber set relativenumber
set background=dark
syntax on syntax on
set tabstop=4 set tabstop=4
set autoindent set autoindent
" 'h/u3/c7/05/mokkar/.vim/plugged' " 'h/u3/c7/05/mokkar/.vim/plugged'
" '~/.vim/plugged' " '~/.vim/plugged'
" call plug#begin('h/u3/c7/05/mokkar/.vim/plugged') call plug#begin('h/u3/c7/05/mokkar/.vim/plugged')
" Plug 'https://github.com/whatyouhide/vim-gotham.git'
" call plug#end() Plug 'vim-scripts/L9'
" Plug 'vim-scripts/FuzzyFinder'
" colorscheme gotham " Plug 'whatyouhide/vim-gotham'
call plug#end()
colorscheme gotham

View File

@@ -1,8 +1,6 @@
files=".bash_aliases .bashrc .inputrc .vimrc" files=".bash_aliases .bashrc .inputrc .vimrc"
dir=~/linux-config/dotfiles dir=~/linux-config/dotfiles
# mkdir $dir
for file in $files; do for file in $files; do
rm ~/$file rm ~/$file
ln -s $dir/$file ~/$file ln -s $dir/$file ~/$file