Use the Git read-only url so no SSH keys need to be set up.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
## Goal
|
## Goal
|
||||||
|
|
||||||
Create dotfiles that can be installed on production and staging servers.
|
Create dotfiles that can be installed on production and staging servers.
|
||||||
Provide a familiar shell which contains commonly used commands as shortcuts.
|
Provide a familiar shell which contains commonly used commands as shortcuts.
|
||||||
|
|
||||||
These dotfiles do not override native commands.
|
These dotfiles do not override native commands.
|
||||||
|
|
||||||
@@ -17,12 +17,12 @@ These dotfiles do not override native commands.
|
|||||||
* Git autocompletion
|
* Git autocompletion
|
||||||
* Git aliases
|
* Git aliases
|
||||||
* Aliases
|
* Aliases
|
||||||
* Vim config
|
* Vim config
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Run the following command:
|
Run the following command:
|
||||||
|
|
||||||
git clone git@github.com:wijs/dotfiles-server.git ~/.dotfiles-server && cd ~/.dotfiles-server && ./install.sh && cd -
|
git clone git://github.com/wijs/dotfiles-server.git ~/.dotfiles-server && cd ~/.dotfiles-server && ./install.sh && cd -
|
||||||
|
|
||||||
You'll be prompted for an environment (for example: staging, production, ..). This is to easily spot the server we're on.
|
You'll be prompted for an environment (for example: staging, production, ..). This is to easily spot the server we're on.
|
||||||
|
|||||||
Reference in New Issue
Block a user