You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
674 B

7 years ago
# oh-my-terminal
个人终端配置环境集合
7 years ago
## 工具集合
* zsh
* tmux
* vim
7 years ago
## 使用说明
7 years ago
1. 安装必要的软件
7 years ago
```bash
sudo apt-get install git zsh tmux vim
```
1. 备份必要的配置文件
7 years ago
1. 安装使用
7 years ago
```bash
git clone https://github.com/alvisisme/oh-my-terminal.git ~/.oh-my-terminal
sh ~/.oh-my-terminal/setup.sh
```
## 参考引用
* [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
* [on-my-tmux](https://github.com/gpakosz/.tmux)
* [super-vimer](https://github.com/alvisisme/super-vimer)
* [Linux SSH终端terminal配色更改为256色](https://www.haiyun.me/archives/linux-terminal-xterm-256color.html)