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

https://github.com/vthiery/dotfiles

All my dotfiles in one place!
https://github.com/vthiery/dotfiles

dotfiles

Last synced: about 1 month ago
JSON representation

All my dotfiles in one place!

Awesome Lists containing this project

README

          

# dotfiles

Managed with [chezmoi](https://chezmoi.io).

## Bootstrap a new machine

```sh
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply vthiery
```

This will:
1. Install chezmoi
2. Apply all dotfiles
3. Install mise
4. Install oh-my-zsh + zsh-autosuggestions
5. Install starship
6. Install all tools via `mise install`