This scripts is an easy way of getting my dotfiles in order whenever I need to reinstall in a new computer.
It supports automatic installation (default) or interactive mode (asking for every package that should be installed).
It also works for OSX or Linux (Fedora based distro).
By now, the script installs:
- Vim files: .vimrc, .vim directory with bundles managed via pathogen.
- Git config: .gitconfig at user $HOME. It also set default ignores.
- Bash: .bashrc, .bash_profile, _bash_completion, under OSX.
- Tmux: .tmux.conf. More to come...
Easy. Just run
curl https://raw.github.com/jllopis/mydotfiles/master/install.sh | bash
it will install in your $HOME directory.
Obviously this script only works under an Un*x brand of operating system. Has been tested with:
- Mac OS X v10.8.3 (Mountain Lion)
- Fedora core 18
This script is meant to manage my preferences so it is somewhat self-custom. Anyway, if somebody find it useful I'll be happy for it.