commit by magit in emacs@2022-05-05 17:10:34

This commit is contained in:
Aborn Jiang 2022-05-05 17:10:36 +08:00
parent af39516b4f
commit 605bcab8b6
2 changed files with 8 additions and 2 deletions

View File

@ -10,3 +10,6 @@ brew install tree
wget https://distfiles.macports.org/MacPorts/MacPorts-2.3.4-10.11-ElCapitan.pkg
# add PATH
# export PATH=$PATH:/opt/local/bin
# telnet安装
brew install telnet

View File

@ -20,7 +20,7 @@ scm clisp mit-schem libgtk2.0-dev libxpm-dev libgif-dev \
libncurses-dev
# 下面为 VPS 基本安装软件
sudo apt-get install -y git vim screen zsh
sudo apt-get install -y git vim screen zsh nginx
# 安装oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
@ -33,5 +33,8 @@ sudo usermod -s /bin/zsh aborn
# sudo apt-get install -y clisp
# sudo apt-get install -y lispbox
# 查看nginx是否安装成功
nginx -v
# 启动nginx
sudo service nginx start