#dotfiles-portable Make your dotfiles portable and sharable
- First of all, fork it and here is why
- Copy your configuration files to
symlink
directory - Now all your files are under source control and you can easily install them on any machine and also share it with anyone
git clone git@github.com:<your_github_username>/dotfiles-portable.git ~/.dotfiles
cd ~/.dotfiles
./install.sh
cd ~/.dotfiles
./uninstall.sh
- https://github.com/finack/dotfiles
- https://github.com/thoughtbot/dotfiles
- https://github.com/Casecommons/vim-config
Copyright (c) 2013 Alexander Tamoykin. Licensed under the MIT LICENSE