https://github.com/bianchidotdev/dev
https://github.com/bianchidotdev/dev
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bianchidotdev/dev
- Owner: bianchidotdev
- Created: 2020-08-07T22:23:34.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T20:48:35.000Z (over 1 year ago)
- Last Synced: 2025-03-01T21:27:37.365Z (over 1 year ago)
- Language: Shell
- Size: 1.35 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Development Environment
This is now managed by [chezmoi](https://www.chezmoi.io/).
Install homebrew && `chezmoi`:
```sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo "export PATH=/opt/homebrew/bin:$PATH" >> ~/.zshrc && source ~/.zshrc
brew install chezmoi
```
Initialize `chezmoi`:
```
chezmoi init --apply https://github.com/bianchidotdev/dev.git
```
## What happens
* Chezmoi syncs all dotfiles in the `chezmoi/` directory (check what these are using `chezmoi managed`)
* Rosetta is installed
* Screenshots are redirected to `~/Documents/screenshots`
* Homebrew packages in `chezmoi/Brewfile` are installed
## Roadmap
* Template-ify `Brewfile`
* Dash sync setup
* logseq configuration