Personal configuration files for Unix/macOS development environment.
git clone https://github.com/ptarjan/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.shThe install script symlinks all dotfiles to your home directory (backing up existing files) and sets up Vim with Vundle plugins.
- Vi mode everywhere - bash, zsh, and vim all use vi keybindings. Use
jkto exit insert mode. - Vim plugins via Vundle - see
.vimrcfor the full list - Git aliases - see
.gitconfigfor shortcuts likeg co,g cam,g p - Utility scripts in
bin/- add to your PATH
Some features need: fzf, fd, ripgrep, pyenv, rbenv, nvm