dotfiles-server/README.md

16 lines
363 B
Markdown

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