Skip to content

This is a .vimrc and .tumx.conf file I am personally using for the vim editor and Tmux, as a data scientist.

Notifications You must be signed in to change notification settings

yinsong1986/my-vim-tmux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Getting Started

# install zsh
## on CentOS
sudo yum update && sudo yum -y install zsh
## on MACOS
brew install zsh

# install ohmyzsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

# install grip for markdown display
brew install grip

# install tmux
brew install tmux

# install vim
brew install vim
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://github.com/raw/junegunn/vim-plug/master/plug.vim

# install TPM (tmux plugin manager).
See https://github.com/tmux-plugins/tpm#installation for installation instructions.    

# customize tmux and vim
brew install the_silver_searcher
git clone https://github.com/yinsong1986/my-vim-tmux.git
ln -sf $(pwd)/my-vim-tmux/.vimrc ~/.vimrc
ln -sf $(pwd)/my-vim-tmux/.tmux.conf ~/.tmux.conf

And run: :PlugInstall in vim.

About

This is a .vimrc and .tumx.conf file I am personally using for the vim editor and Tmux, as a data scientist.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published