https://github.com/marghidanu/dotfiles
Provision personal environment
https://github.com/marghidanu/dotfiles
homebrew macos provisioning werk
Last synced: about 2 months ago
JSON representation
Provision personal environment
- Host: GitHub
- URL: https://github.com/marghidanu/dotfiles
- Owner: marghidanu
- Created: 2022-04-30T20:35:29.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-29T17:43:52.000Z (over 2 years ago)
- Last Synced: 2025-01-17T20:22:56.542Z (4 months ago)
- Topics: homebrew, macos, provisioning, werk
- Language: Shell
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Setup
Before you begin, you will need to install `brew` onto your system.
```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```Follow the steps at the end to finalize your installation. Now we can install the rest of the applications:
```
brew bundle -v
```Once everything is in place, let's configure the system:
```
werk run
```## References
* [Homebrew](https://brew.sh)
* [Homebrew bundles](https://github.com/Homebrew/homebrew-bundle)
* [Werk](https://github.com/marghidanu/werk)