Skip to content

raychinov/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Personal configuration files for setting up a Linux work environment quickly.

What's included

  • 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

Setup

git clone https://github.com/raychinov/dotfiles.git ~/dotfiles
~/dotfiles/install.sh

This 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.

Updating

cd ~/dotfiles && git pull

Vim plugins: run :PlugUpdate inside vim.

Uninstall

~/dotfiles/uninstall.sh

Removes symlinks and restores .bak files.

License

MIT

About

My dotfiles

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors