https://github.com/rekram1-node/dotfiles
Chezmoi + Brew to replicate my experience everywhere
https://github.com/rekram1-node/dotfiles
Last synced: about 1 year ago
JSON representation
Chezmoi + Brew to replicate my experience everywhere
- Host: GitHub
- URL: https://github.com/rekram1-node/dotfiles
- Owner: rekram1-node
- Created: 2025-01-02T21:18:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T20:17:26.000Z (about 1 year ago)
- Last Synced: 2025-04-09T21:26:36.220Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
Using the tool chezmoi this will easily allow me to sync my developer environment between devices
## Installation
```zsh
brew install chezmoi
chezmoi init --apply rekram1-node
```
## Edit dotfiles
```zsh
chezmoi edit ~/.zshrc
```