Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexwaibel/dotfiles
My personal dotfiles.
https://github.com/alexwaibel/dotfiles
chezmoi dotfiles
Last synced: 28 days ago
JSON representation
My personal dotfiles.
- Host: GitHub
- URL: https://github.com/alexwaibel/dotfiles
- Owner: alexwaibel
- License: mit
- Created: 2024-07-10T02:14:52.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-31T04:30:47.000Z (3 months ago)
- Last Synced: 2024-07-31T06:26:32.984Z (3 months ago)
- Topics: chezmoi, dotfiles
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
My personal dotfiles repository, managed with [chezmoi](https://chezmoi.io/).
## Installing on a new machine
1. [Install chezmoi](https://www.chezmoi.io/install/)
2. Ensure ssh key used for GitHub auth is installed
3. `chezmoi init alexwaibel --ssh --apply`
> [!NOTE]
> If you're not on a fresh install and have some existing dotfiles do the following sequence of chezmoi commands instead:
> 1. Initialize chezmoi: `chezmoi init alexwaibel --ssh`
> 2. Check what files chezmoi will create: `chezmoi diff`
> 3. If everything looks good, apply the changes: `chezmoi apply -v`## License
MIT