|
|
@ -29,7 +29,7 @@ So, to recap, the install script will: |
|
|
|
## Installation |
|
|
|
|
|
|
|
```sh |
|
|
|
$ git clone https://github.com/nicksp/dotfiles.git ~/.dotfiles |
|
|
|
$ git clone https://github.com/nicksp/dotfiles.git ~/dotfiles |
|
|
|
$ cd ~/dotfiles |
|
|
|
$ chmod +x setup.sh |
|
|
|
$ ./setup.sh |
|
|
@ -37,7 +37,7 @@ $ ./setup.sh |
|
|
|
|
|
|
|
## Remotely install using curl |
|
|
|
|
|
|
|
Alternatively, you can install this into `~/.dotfiles` remotely without Git using curl: |
|
|
|
Alternatively, you can install this into `~/dotfiles` remotely without Git using curl: |
|
|
|
|
|
|
|
```sh |
|
|
|
sh -c "`curl -fsSL https://raw.github.com/nicksp/dotfiles/master/remote-setup.sh`" |
|
|
|