All natural pine, faux fur and a bit of soho vibes for the classy minimalist
TOML configuration has been recently introduced to Alacritty and it's not yet supported by any stable release of the software. If you need a YAML equivalent of the theme refer to this link (it will lead you to the latest version of this repository preceding the TOML port).
- Locate (or create) Alacritty's config file (refer to the Configuration section of Alacritty's readme)
- Clone this repository
- Copy the contents of the
dist/
directory to a location of your choosing - Import one of the TOML files you just copied into Alacritty's config
The following example will assume that your Alacritty's config path is ~/.config/alacritty/alacritty.toml
.
# Clone this repository
git clone https://github.com/rose-pine/alacritty.git
# Copy the contents of the `dist` directory to Alacritty's config directory
cp ./alacritty/dist/* ~/.config/alacritty
# Delete the cloned repository (optional)
rm -r ./alacritty
The Alacritty's config directory should now contain rose-pine.toml
, rose-pine-moon.toml
and rose-pine-dawn.toml
. Choose one of these files and import it into your Alacritty's config (the following code block will assume that you choose rose-pine.toml
).
import = ["~/.config/alacritty/rose-pine.toml"]
Fetch featured below is NerdFetch
Rosé Pine
Rosé Pine Moon
Rosé Pine Dawn
Modify template.toml
using Rosé Pine variables, then build variants:
npx @rose-pine/build@0.8.0 -t template.toml -f hex
Generated by @rose-pine/build@0.8.0