Skip to content

dfmgr/nano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nano

text editor which aims to introduce a simple interface and intuitive command options to console based text editing

Automatic install/update:

bash -c "$(curl -LSs https://github.com/dfmgr/nano/raw/main/install.sh)"

Manual install:

requires:

Debian based:

apt install nano

Fedora Based:

yum install nano

Arch Based:

pacman -S nano

MacOS:

brew install nano
mv -fv "$HOME/.config/nano" "$HOME/.config/nano.bak"
git clone https://github.com/dfmgr/nano "$HOME/.config/nano"
ln -sf "$DOWNLOADED_TO/nanorc" "$HOME/.nanorc"

nano wiki | nano site