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

https://github.com/katy248/nano-config

Cool configuration for nano
https://github.com/katy248/nano-config

config nano

Last synced: 3 months ago
JSON representation

Cool configuration for nano

Awesome Lists containing this project

README

        

# GNU Nano config

![GitHub License](https://img.shields.io/github/license/katy248/nano-config?style=for-the-badge)
![GitHub Repo stars](https://img.shields.io/github/stars/katy248/nano-config?style=for-the-badge)

- ⌨️ Regular keybindings _(save on `Ctrl+S`, copy/paste on `Ctrl+C`/`Ctrl+V`)_
- 🔢 Line numbers
- 🎨 RED OS color scheme
- 😎 Additional quality of life features

## Install

**Requirements:**

- `nano` >= 7.2
- `git`

1. Clone this repository to `~/.config/nano`

```bash
git clone https://github.com/katy248/nano-config ~/.config/nano
```

2. Link `nanorc` file to etc

```bash
sudo ln -s -f /home/$USER/.config/nano/nanorc /etc/nanorc
```