Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thoroc/dotfiles
Chezmoi managed .dotfiles for MacOS with dev emphasis
https://github.com/thoroc/dotfiles
chezmoi dotfiles dotfiles-macos macos
Last synced: about 2 months ago
JSON representation
Chezmoi managed .dotfiles for MacOS with dev emphasis
- Host: GitHub
- URL: https://github.com/thoroc/dotfiles
- Owner: thoroc
- Created: 2024-07-01T20:40:46.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T07:49:48.000Z (6 months ago)
- Last Synced: 2024-07-09T10:04:12.671Z (6 months ago)
- Topics: chezmoi, dotfiles, dotfiles-macos, macos
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chezmoi dotfiles
- [Prerequisite](#prerequisite)
- [Setup](#setup)This repository uses [chezmoi](https://www.chezmoi.io/)
**target**: MacOS with webdev emphasis
Other repositories using Chezmoi:
-
-
-
-
-
-## Prerequisite
install the following if not already present on the machine
- xcode: `xcode-select --install`
- git
- brew## Setup
Run:
```sh
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply thoroc
```