Конфигурационные файлы рабочего окружения.
Склонировать этот репозиторий.
git clone git@github.com:m05quit0/dotfiles.git ~/Dev/etc/dotfiles
Добавить ссылки на конфиги в соответствующих местах.
ln -s ~/Dev/etc/dotfiles/vimrc ~/.vimrc
ln -s ~/Dev/etc/dotfiles/tmux.conf ~/.tmux.conf
ln -s ~/Dev/etc/dotfiles/gitconfig ~/.gitconfig
ln -s ~/Dev/etc/dotfiles/jshintrc ~/.jshintrc
Установить Vundle.
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
Для Windows заменить
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
на
set rtp+=%HOME%/vimfiles/bundle/Vundle.vim/
call vundle#begin('$USERPROFILE/vimfiles/bundle/')
Установить все плагины.
:PluginInstall
sudo pip install flake8
sudo pip install jedi
sudo apt install node-legacy
sudo apt install node-less
Для работы tagbar понадобится ctags.
sudo apt install exuberant-ctags
sudo npm install -g jshint