Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,22 @@ Bloom is an opinionated theme generator, matching the Rosé Pine style guide.

### Homebrew

A [Homebrew](https://brew.sh) formula is available from our official tap:

```sh
brew install rose-pine/tap/bloom
```

### Arch Linux

Use your favourite AUR helper or build from source per the [AUR instructions](https://wiki.archlinux.org/title/Arch_User_Repository#Installing_and_upgrading_packages):

```sh
# Community maintained
# https://aur.archlinux.org/packages/rose-pine-bloom
yay -S rose-pine-bloom
```

### Releases

Download the latest release from https://github.com/rose-pine/rose-pine-bloom/releases or use [goblin.run](https://goblin.run):
Expand All @@ -35,6 +47,8 @@ curl -sf http://goblin.run/github.com/rose-pine/rose-pine-bloom | OUT=bloom sh

### Build

With [Go](https://go.dev/doc/install) installed:

```sh
go build -o $(go env GOPATH)/bin/bloom github.com/rose-pine/rose-pine-bloom
```
Expand All @@ -55,7 +69,7 @@ To build your themes, use `bloom build` ([docs](./docs/bloom_build.md)):
```sh
bloom build template.json
```

### Variables

> By default, variables are prefixed with `$`
Expand Down