zhangyangang / my_tools

vim conda .bashrc .vimrc etc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Tools

Pipeline:

-> Miniconda3 -> Vim -> NeoVim
             |-> Zsh -> OhMyZsh
             |-> the_silver_searcher_ag

-> .tmux.conf

How to do

make miniconda # choose auto init!!!

Re-Login, Then

make neovim
make zsh
make conda-ag

Install .tmux.conf

make tmux-lite

what have make neovim done

  • install vim config from https://github.com/amix/vimrc.git (Thanks a lot!)
  • install neovim (optional, for non-administrator users who hav low vim version)
  • use my .vimrc
  • use jedi tabnine autopep8
  • close autoparis and other useless features

About

vim conda .bashrc .vimrc etc


Languages

Language:Makefile 69.2%Language:Vim Script 28.7%Language:Shell 2.2%