Linux 装机必备类软件
开发环境
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
apt-get install -y
openssh-server \
build-essentials \
python3 \
pythonpy \
python \
curl \
wget \
git \
sshfs \
screen \
tmux \
zsh \
vim |
安装oh-my-zsh
1
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" |
docker
1
2
|
docker
docker-compose |
安装方式参看官网
oh-my-tmux
1
2
3
4
|
cd
git clone https://github.com/gpakosz/.tmux.git
ln -s -f .tmux/.tmux.conf
cp .tmux/.tmux.conf.local . |
参看: https://github.com/gpakosz/.tmux
生产环境
1
2
3
4
|
apt-get install -y
git \
tmux \
openssh-server |
文章作者
m2kar(m2kar.cn@gmail.com)
上次更新
2020-06-03
(fd9e038)
原始文档
查看本文 Markdown 版本 »
许可协议
CC BY-SA 4.0