Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tomkyle/nanorc-brewfile
- Owner: tomkyle
- Created: 2019-02-07T19:00:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-11T17:13:37.000Z (12 months ago)
- Last Synced: 2023-11-11T18:24:46.185Z (12 months ago)
- Topics: brewfile, homebrew, nano, syntax-highlighting
- Size: 86.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")