This is my simple ubuntu environment config file, but will be enhanced later.
Here is
-
My vimrc file
- basic vim setting
-
vim plugins for Python
- gruvbox -- color scheme
- vim-airline -- vim status line enhance
- indentLine -- display thin vertical lines at each indentation level
- colorscheme: "grubbox"
- jedi-vim - Python auto-completion
-
tmux config
reference: Tmux使用手册
- common tmux setting
- color scheme: tmux-themepack
- 终端主题: 执行
terminal/install_custom_terminal_theme.sh
- zsh主题: 执行
zsh/install_zeta_zsh_theme.sh
-
gruvbox
doesn't work caused by 256-colors isn't supportedreference: [Gnome-terminal vim gruvbox closed]
- add
se t_Co=256
to vimrc and restart vim
- add