/dotfiles

My dotfiles

Primary LanguageVim Script

dotfiles

This repo contains my dotfiles and scripts to help keep my environments in sync. Also included is an install script to quickly install the neccessary dependencies (zsh, vim, etc.) on new machines.

Usage

Provision a new machine

git clone --depth 1 https://github.com/patte/dotfiles.git
cd dotfiles
./setup

Commit locally edited files

./get
git add -p
git commit

Update local files

git pull
./put

Notes

This repo contains the following personalized files to make setting up new machines as fast as possible.

Credits

Thanks paddor for providing the basis for this repo.