mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Compare commits
3 Commits
a0eff44ed7
...
8884ae34f5
| Author | SHA1 | Date | |
|---|---|---|---|
| 8884ae34f5 | |||
| e601ac73b3 | |||
| 8aefa13062 |
5
.gitignore
vendored
5
.gitignore
vendored
@@ -5,3 +5,8 @@
|
||||
|
||||
# Tags file
|
||||
tags
|
||||
|
||||
# vim plugin-manager managed directories
|
||||
.vim/autoload
|
||||
.vim/bundle
|
||||
.vim/plugged
|
||||
|
||||
2
.vimrc
2
.vimrc
@@ -290,7 +290,7 @@ let g:rainbow_conf = {
|
||||
\}
|
||||
|
||||
" Python goodness
|
||||
Plug 'python-mode/python-mode', {'for': 'python', 'branch': 'develop'}
|
||||
" Plug 'python-mode/python-mode', {'for': 'python', 'branch': 'develop'}
|
||||
|
||||
" Python autocompletion
|
||||
" On a machine with a Python3-only vim, use system packages like:
|
||||
|
||||
19
install.sh
19
install.sh
@@ -98,22 +98,9 @@ git submodule init
|
||||
echo "INFO: Update submodules"
|
||||
git submodule update
|
||||
|
||||
if [ ! -d "${HOME}/.vim/bundle/Vundle.vim" ]; then
|
||||
mkdir -p ~/.vim/bundle
|
||||
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
||||
else
|
||||
cd ~/.vim/bundle/Vundle.vim || exit
|
||||
git pull
|
||||
cd || exit
|
||||
fi
|
||||
|
||||
echo "INFO: Vundle Install"
|
||||
vim +BundleInstall +qall
|
||||
|
||||
if [ ! -e ${HOME}/.githelpers ]; then
|
||||
ln -s ${HOME}/.vim/bundle/falcon/.githelpers ${HOME}/.githelpers
|
||||
else
|
||||
echo "${HOME}/.githelpers exists, skipping"
|
||||
if [ ! -d "${HOME}/.vim/autoload/plug.vim" ]; then
|
||||
echo "INFO: vim-plug install by running vim"
|
||||
vim
|
||||
fi
|
||||
|
||||
#if [ -e ~/.dot_has_hg ]; then
|
||||
|
||||
Reference in New Issue
Block a user