dotfiles-server/README.md

16 lines
381 B
Markdown
Raw Normal View History

# dotfiles-server
> dotfiles for every new server instance, making myself comfortable in the cloud
2017-07-29 20:28:46 +02:00
[![build status](https://git.berlin/m/dotfiles-server/badges/master/build.svg)](https://git.berlin/m/dotfiles-server/commits/master)
### Installation
```bash
2016-10-15 19:43:32 +02:00
git clone https://git.berlin/m/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
```