Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moviemaker93/dotfiles
https://github.com/moviemaker93/dotfiles
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/moviemaker93/dotfiles
- Owner: MovieMaker93
- Created: 2024-03-25T20:56:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T13:24:10.000Z (3 months ago)
- Last Synced: 2024-08-05T15:05:53.583Z (3 months ago)
- Language: Lua
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```