Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/davidwinter/dotfiles


https://github.com/davidwinter/dotfiles

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# dotfiles

Ensure that `chezmoi` is installed:

```sh
brew install chezmoi
```

To setup, run:

```sh
chezmoi init --apply [email protected]:davidwinter/dotfiles.git
```

To edit files:

```sh
chezmoi cd
nano file.txt
chezmoi apply
```