sh 在Mac上安装Nano Editor v4.0(带语法高亮显示)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 在Mac上安装Nano Editor v4.0(带语法高亮显示)相关的知识,希望对你有一定的参考价值。

#!/bin/bash

# Install Nano Editor (https://www.nano-editor.org) with syntax highlighting on the Mac
# Version 4.0 ("Thy Rope of Sands") released March 24th 2019

cd ~/
wget https://www.nano-editor.org/dist/v4/nano-4.0.tar.gz
tar -xvf nano-4.0.tar.gz
mv nano-4.0 .nano
cd .nano/
./configure
make
sudo make install

touch ~/.nanorc
cat > "~/.nanorc" <<EOF
# Enable syntax highlighting in Nano
include ~/.nano/syntax/*.nanorc
EOF

exit

以上是关于sh 在Mac上安装Nano Editor v4.0(带语法高亮显示)的主要内容,如果未能解决你的问题,请参考以下文章

sh Brew在Mac上安装Redis

sh 在Mac OS上安装打包程序

sh 在mac os上安装composer

Linux command line editor nano All In One

sh 在Mac上安装时间机器驱动器

sh 在Mac上安装具有SFTP支持的cURL