Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidwinter/dotfiles
https://github.com/davidwinter/dotfiles
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidwinter/dotfiles
- Owner: davidwinter
- Created: 2016-04-15T08:22:46.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T10:54:52.000Z (5 months ago)
- Last Synced: 2024-06-14T12:11:53.445Z (5 months ago)
- Language: Shell
- Size: 50.8 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```