/dotfiles-portable

Template for portable and sharable dotfiles

MIT LicenseMIT

#dotfiles-portable Make your dotfiles portable and sharable

TL;DR

  1. First of all, fork it and here is why
  2. Copy your configuration files to symlink directory
  3. Now all your files are under source control and you can easily install them on any machine and also share it with anyone

Install

git clone git@github.com:<your_github_username>/dotfiles-portable.git ~/.dotfiles
cd ~/.dotfiles
./install.sh

Uninstall

cd ~/.dotfiles
./uninstall.sh

Inspired by

Copyright (c) 2013 Alexander Tamoykin. Licensed under the MIT LICENSE