Dotfiles
My custom configuration
Installation
Basic Installation
Dotfiles is installed by running one of the following commands in your terminal. You can install this via the command-line with either curl or wget.
via curl
sh -c "$(curl -fsSL https://raw.githubusercontent.com/fcrespo82/dotfiles/master/tools/install.sh)"
via wget
sh -c "$(wget https://raw.githubusercontent.com/fcrespo82/dotfiles/master/tools/install.sh -O -)"
Custom install location
Run export DOTFILES_DIR=<install_dir> before one of the above commands