Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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