https://github.com/jclem/dotfiles
Personal dotfiles
https://github.com/jclem/dotfiles
Last synced: about 1 year ago
JSON representation
Personal dotfiles
- Host: GitHub
- URL: https://github.com/jclem/dotfiles
- Owner: jclem
- Created: 2023-09-27T16:12:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T15:18:45.000Z (over 1 year ago)
- Last Synced: 2025-03-24T10:52:51.140Z (about 1 year ago)
- Language: Lua
- Homepage:
- Size: 179 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jclem/dotfiles
This project contains my personal dotfiles and Codespaces configuration, managed
by [chezmoi](https://chezmoi.io).
## Usage
### Install
```shell
sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply jclem
```
### Update
```shell
chezmoi update
```