16 lines
381 B
Markdown
16 lines
381 B
Markdown
# dotfiles-server
|
|
|
|
> dotfiles for every new server instance, making myself comfortable in the cloud
|
|
|
|
[![build status](https://git.berlin/m/dotfiles-server/badges/master/build.svg)](https://git.berlin/m/dotfiles-server/commits/master)
|
|
|
|
### Installation
|
|
|
|
```bash
|
|
git clone https://git.berlin/m/dotfiles-server.git
|
|
cd dotfiles-server
|
|
|
|
# install dotfiles
|
|
./bin/install-dotfiles.sh
|
|
```
|