2016-05-07 21:40:49 +02:00
|
|
|
# dotfiles-server
|
|
|
|
|
|
|
|
> dotfiles for every new server instance, making myself comfortable in the cloud
|
|
|
|
|
|
|
|
### Installation
|
|
|
|
|
|
|
|
```bash
|
|
|
|
git clone https://www.git.berlin/kremalicious/dotfiles-server.git
|
2016-05-07 21:43:41 +02:00
|
|
|
cd dotfiles-server
|
2016-05-07 21:40:49 +02:00
|
|
|
|
|
|
|
# install dotfiles
|
2016-05-07 21:43:41 +02:00
|
|
|
./bin/install-dotfiles.sh
|
2016-05-07 21:40:49 +02:00
|
|
|
```
|