Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bianchidotdev/dev
https://github.com/bianchidotdev/dev
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bianchidotdev/dev
- Owner: bianchidotdev
- Created: 2020-08-07T22:23:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T14:05:42.000Z (about 2 months ago)
- Last Synced: 2024-11-07T15:21:00.779Z (about 2 months ago)
- Language: Shell
- Size: 1.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Development Environemnt
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