Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elektronaut/dotfiles

There's no place like ~
https://github.com/elektronaut/dotfiles

Last synced: 12 days ago
JSON representation

There's no place like ~

Awesome Lists containing this project

README

        

# dotfiles

Behind every productive member of the developer society stands a
collection of haphazard configurations and half baked shell
scripts. These are mine.

## Setup

First, install [chezmoi](https://www.chezmoi.io/).

Checkout the repo:

``` sh
chezmoi init https://github.com/elektronaut/dotfiles.git
```

Inspect the changes:

``` sh
chezmoi diff
```

Finally, apply them:

``` sh
chezmoi apply
```