Personal configuration files for setting up a Linux work environment quickly.
- bash — clean prompt, history settings, navigation shortcuts, extract utility
- vim — vim-plug (auto-installs), solarized8, NERDTree, undotree, sensible defaults
- tmux — Ctrl-a prefix, vi keys, mouse support, sane splits
- git — pretty log aliases, diff/status shortcuts
git clone https://github.com/raychinov/dotfiles.git ~/dotfiles
~/dotfiles/install.shThis will install missing dependencies (vim, tmux, git, curl), symlink all configs, and back up any existing files as .bak.
Open vim once to auto-install plugins.
cd ~/dotfiles && git pullVim plugins: run :PlugUpdate inside vim.
~/dotfiles/uninstall.shRemoves symlinks and restores .bak files.