These are my dotfiles. There are many like them but these ones are mine.
In order to use these dotfiles, you probably should install them. I have taken to disliking the manual installation method, and so it is automated into the automatic installation script used below.
The dotfiles can be installed just by running the automatic installer located in this repository.
Note: Piping curl
straight into sh
can be very dangerous. Please,
please, look over any file that you are doing this for. In this case, the
original file can be viewed here.
To install, use one of the commands listed below:
Using curl
:
curl -L https://raw.github.com/mikewadsten/dotfiles/master/install_dotfiles.sh | sh
Using wget
:
wget https://raw.github.com/mikewadsten/dotfiles/master/install_dotfiles.sh -O | sh
- Clone the repository.
git clone https://github.com/mikewadsten/dotfiles
-
Copy all of the dotfiles to your home directory. Have fun...
-
Install spf13.
curl http://j.mp/spf13-vim3 -L -o - | sh
-
???
-
Profit!