https://github.com/davidwinter/dotfiles
https://github.com/davidwinter/dotfiles
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidwinter/dotfiles
- Owner: davidwinter
- Created: 2016-04-15T08:22:46.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T10:54:52.000Z (11 months ago)
- Last Synced: 2025-01-13T08:46:16.582Z (4 months ago)
- Language: Shell
- Size: 50.8 KB
- Stars: 0
- Watchers: 3
- 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
```