Personal configs for vim, git, bash/zsh, and screen.
git≥ 2.0vim≥ 8.0bashorzshscreencolordiff— for colored diff output- Solarized for iTerm2 (optional)
git clone https://github.com/tarmolov/configs.git ~/.config/tarmolov
~/.config/tarmolov/build.sh --name='Your Name' --email=you@example.comThe script creates symlinks for .vimrc and .screenrc, appends sourcing lines to .bashrc/.zshrc, generates .gitconfig and .profile, and installs vim plugins via vim-plug.
Then open vim and run :PlugInstall.
~/.config/tarmolov/update.shVim — vim-plug, async linting with ALE, NERDTree, vim-go, polyglot syntax, solarized8 colorscheme
Git — aliases, shortcuts, completion, git-flow completion
Shell — tuned PS1/PROMPT with git branch, common aliases, works on Linux and macOS
@aefimov — idea of building configs
@bessarabov — idea of autoupdate configs