dotfiles-server/README.md

16 lines
363 B
Markdown
Raw Normal View History

# dotfiles-server
> dotfiles for every new server instance, making myself comfortable in the cloud
### Installation
2016-05-07 22:16:02 +02:00
First, add public SSH key of the machine you're cloning from as a deploy key to this repository's settings.
```bash
2016-05-07 22:16:02 +02:00
git clone git@git.berlin:kremalicious/dotfiles-server.git
2016-05-07 21:43:41 +02:00
cd dotfiles-server
# install dotfiles
2016-05-07 21:43:41 +02:00
./bin/install-dotfiles.sh
```