Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/moviemaker93/dotfiles


https://github.com/moviemaker93/dotfiles

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Install for the first time on a new machine

```
export GITHUB_USERNAME=MovieMaker93
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply $GITHUB_USERNAME
```

# Update changes

```
chezmoi git pull -- --autostash --rebase && chezmoi diff
```
If you're happy with the changes, then you can run

```chezmoi apply```