Browse Source

Update dotfiles

Signed-off-by: Ein Verne <[email protected]>
pull/4/head
Ein Verne 5 years ago
parent
commit
3837acffe0
  1. 2
      .vim/startup/vundle_vimrc
  2. 5
      .vimrc
  3. 6
      termux/README.md

2
.vim/startup/vundle_vimrc

@ -50,6 +50,8 @@ Plugin 'chr4/nginx.vim'
Plugin 'mileszs/ack.vim' Plugin 'mileszs/ack.vim'
Plugin 'jlanzarotta/bufexplorer' Plugin 'jlanzarotta/bufexplorer'
Plugin 'mikelue/vim-maven-plugin'
" Git plugin not hosted on GitHub " Git plugin not hosted on GitHub
Plugin 'git://git.wincent.com/command-t.git' Plugin 'git://git.wincent.com/command-t.git'

5
.vimrc

@ -150,6 +150,7 @@ set noundofile
set nocompatible set nocompatible
"设置自动缩进 "设置自动缩进
set autoindent set autoindent
set smartindent
"C语言自动缩进 "C语言自动缩进
set cindent set cindent
@ -162,6 +163,10 @@ set shiftwidth=4
" 将tab自动转为空格 " 将tab自动转为空格
set expandtab set expandtab
" spltting a window below
set splitbelow
set splitright
"显示行号 "显示行号
set nu set nu

6
termux/README.md

@ -5,6 +5,12 @@ This is termux configuration.
- use zsh as default shell, setup zsh environment - use zsh as default shell, setup zsh environment
- custom termux.properties - custom termux.properties
## install
bash -c "$(curl -fsSL https://gtk.pw/termux)"
# or
bash -c "$(wget https://gtk.pw/termux -O-)"
## reference ## reference
- <https://github.com/adi1090x/termux-omz> - <https://github.com/adi1090x/termux-omz>

Loading…
Cancel
Save