vim
This commit is contained in:
parent
ce6c484f2a
commit
146072260e
@ -1,7 +1,6 @@
|
|||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.gitignore
|
excludesfile = ~/.gitignore
|
||||||
editor = nvim
|
editor = nvim
|
||||||
autocrlf = true
|
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = master
|
defaultBranch = master
|
||||||
|
|||||||
@ -84,7 +84,6 @@ call vundle#begin()
|
|||||||
Plugin 'tpope/vim-surround'
|
Plugin 'tpope/vim-surround'
|
||||||
Plugin 'tpope/vim-commentary'
|
Plugin 'tpope/vim-commentary'
|
||||||
Plugin 'ap/vim-css-color'
|
Plugin 'ap/vim-css-color'
|
||||||
Plugin 'ryanoasis/vim-devicons'
|
|
||||||
Plugin 'terryma/vim-multiple-cursors'
|
Plugin 'terryma/vim-multiple-cursors'
|
||||||
Plugin 'preservim/tagbar'
|
Plugin 'preservim/tagbar'
|
||||||
|
|
||||||
|
|||||||
12
Makefile
12
Makefile
@ -18,19 +18,15 @@ install:
|
|||||||
ln -s $(PWD)/.tmux.conf ~ || true
|
ln -s $(PWD)/.tmux.conf ~ || true
|
||||||
|
|
||||||
vim:
|
vim:
|
||||||
ln -s $(PWD)/.vim ~
|
ln -s $(PWD)/.vim ~ && ln -s $(PWD)/.vim/.vimrc ~ || true
|
||||||
ln -s $(PWD)/.vim/.vimrc ~
|
mkdir -p ~/.config/nvim && ln -s $(PWD)/.vim/.vimrc ~/.config/nvim/init.vim || true
|
||||||
mkdir -p ~/.config/nvim
|
git clone https://github.com/VundleVim/Vundle.vim.git $(PWD)/.vim/bundle/Vundle.vim && vim +PluginInstall +qall
|
||||||
ln -s $(PWD)/.vim/.vimrc ~/.config/nvim/init.vim
|
|
||||||
git clone https://github.com/VundleVim/Vundle.vim.git $(PWD)/.vim/bundle/Vundle.vim
|
|
||||||
vim +PluginInstall +qall
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf .ssh doc etc scripts img .gitignore README.md .git
|
rm -rf .ssh doc etc scripts img .gitignore README.md .git
|
||||||
|
|
||||||
ssh:
|
ssh:
|
||||||
echo -e "\n" >> ~/.ssh/config
|
echo -e "\n" >> ~/.ssh/config && cat .ssh/config >> ~/.ssh/config
|
||||||
cat .ssh/config >> ~/.ssh/config
|
|
||||||
|
|
||||||
git:
|
git:
|
||||||
ln -s $(PWD)/.gitconfig ~ || true
|
ln -s $(PWD)/.gitconfig ~ || true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user