Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomkyle/nanorc-brewfile

Nano syntax highlighting file for Homebrew Brewfiles
https://github.com/tomkyle/nanorc-brewfile

brewfile homebrew nano syntax-highlighting

Last synced: about 12 hours ago
JSON representation

Nano syntax highlighting file for Homebrew Brewfiles

Awesome Lists containing this project

README

        

# Brewfile · Nano Syntax Highlighting File

**Simple Nano syntax highlighting file for Brewfiles.**

## Installation

First, clone the repo. Copy the **Brewfile.nanorc** into your `~/.nano/` directory.

```
$ git clone https://github.com/tomkyle/nanorc-brewfile.git
$ cp nanorc-brewfile/Brewfile.nanorc ~/.nano/
```

Second, add the file to your **~/.nanorc** configuration file

```
## Brewfile
include "~/.nano/Brewfile.nanorc"
```

![Screenshot image](Brewfile-screenshot.png "Brewfile syntax highlighting in nano")