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
- Host: GitHub
- URL: https://github.com/katy248/nano-config
- Owner: Katy248
- Created: 2024-08-27T11:47:33.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T12:20:31.000Z (9 months ago)
- Last Synced: 2025-01-21T18:48:42.471Z (4 months ago)
- Topics: config, nano
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# GNU Nano config

- ⌨️ 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
```