https://github.com/jonathanballs/dotfiles
My dotfiles for Neovim, zsh etc.
https://github.com/jonathanballs/dotfiles
Last synced: 8 months ago
JSON representation
My dotfiles for Neovim, zsh etc.
- Host: GitHub
- URL: https://github.com/jonathanballs/dotfiles
- Owner: jonathanballs
- Created: 2014-11-01T00:08:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-10-16T09:40:20.000Z (8 months ago)
- Last Synced: 2025-10-16T10:09:56.256Z (8 months ago)
- Language: Lua
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
These are my dotfiles which are handled by [chezmoi](https://www.chezmoi.io/)
You can provision a new machine with the dotfiles using the following command
```bash
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply jonathanballs
```

Once [homebrew](https://brew.sh/) is installed locally you can install relevant utilities with
```
brew bundle --file=~/.local/share/chezmoi/.Brewfile
```