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!
- Host: GitHub
- URL: https://github.com/vthiery/dotfiles
- Owner: vthiery
- Created: 2018-03-01T21:46:48.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2026-03-12T16:03:29.000Z (3 months ago)
- Last Synced: 2026-03-12T21:42:35.976Z (3 months ago)
- Topics: dotfiles
- Language: Lua
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`