https://github.com/ccamel/chez-ccamel
🗄️ My personal configuration files (dotfiles...) managed by https://chezmoi.io/
https://github.com/ccamel/chez-ccamel
dotfiles homebrew macos zsh
Last synced: 11 months ago
JSON representation
🗄️ My personal configuration files (dotfiles...) managed by https://chezmoi.io/
- Host: GitHub
- URL: https://github.com/ccamel/chez-ccamel
- Owner: ccamel
- License: bsd-3-clause
- Created: 2025-01-05T19:16:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T09:18:06.000Z (11 months ago)
- Last Synced: 2025-02-12T10:29:49.386Z (11 months ago)
- Topics: dotfiles, homebrew, macos, zsh
- Language: JavaScript
- Homepage:
- Size: 287 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - ccamel/chez-ccamel - 🗄️ My personal configuration files (dotfiles...) managed by https://chezmoi.io/ (JavaScript)
README
# chez-ccamel
🗄️ My personal configuration files (dotfiles...) managed by [chezmoi][chezmoi-website]

[![chezmoi][chezmoi-badge]][chezmoi-website]
[![lint-ci-badge][lint-ci-badge]][lint-ci-workflow]
## Prerequisites
Targets macOS and requires the following tools:
- [chezmoi][chezmoi-website]
- [git][git-website]
- [homebrew][homebrew-website]
## Use
### Initial setup
Run the following command:
```sh
chezmoi init ccamel/chez-ccamel
```
### Update
Apply the latest changes from your repo with:
```sh
chezmoi update -v
```
[chezmoi-website]: https://chezmoi.io
[chezmoi-badge]: https://img.shields.io/badge/Powered%20by-chezmoi-blue.svg?style=for-the-badge
[git-website]: https://git-scm.com/
[homebrew-website]: https://brew.sh/
[lint-ci-badge]: https://img.shields.io/github/actions/workflow/status/ccamel/chez-ccamel/lint.yml?branch=main&label=lint&style=for-the-badge&logo=github
[lint-ci-workflow]: https://github.com/ccamel/chez-ccamel/actions/workflows/lint.yml