|
@@ -8,6 +8,14 @@ This also serves as a tool for getting new Mac OS X systems setup in a hurry.
|
|
|
|
|
|
|
|
|
|
|
|
+## Installation
|
|
|
+
|
|
|
+```bash
|
|
|
+curl -fsSL "https://raw.githubusercontent.com/KylePDavis/dotfiles/master/install.sh" | bash -
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
## Highlights
|
|
|
|
|
|
* `.profile`
|
|
@@ -26,20 +34,6 @@ This also serves as a tool for getting new Mac OS X systems setup in a hurry.
|
|
|
|
|
|
|
|
|
|
|
|
-## Installation
|
|
|
-
|
|
|
-### Clone it
|
|
|
-```bash
|
|
|
-git clone "https://github.com/KylePDavis/dotfiles" "$HOME/.dotfiles"
|
|
|
-```
|
|
|
-
|
|
|
-### Automated
|
|
|
-```bash
|
|
|
-"$HOME/.dotfiles/.install.sh"
|
|
|
-```
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
[liquidprompt]: https://github.com/nojhan/liquidprompt
|
|
|
[brew]: http://brew.sh
|
|
|
[atom]: https://atom.io
|