- 1. 初始配置: - 1.1 bash(默认)/zsh 美化 - 参考[oh-my-bash](https://github.com/ohmybash/oh-my-bash) 或者 [oh-my-zsh](https://ohmyz.sh/) - 1.2 基本程序 程序名称| 程序作用 | 配置文件下载地址 | 配置文件本地存放地址 :-: | :-: | :-: | :-: Tmux | 管理多组页面(防止断网) |[适合tmux版本为1.8](https://gitee.com/hedes/vim_config/raw/master/tmux1.8_centos.conf) | ~/.tmux.conf| Vim | 编辑器 | [下载即可](https://gitee.com/hedes/vim_config/raw/master/vimrc_20191102_centos) | ~/.vimrc| - 1.3 Python环境 - 安装包地址:[一般是下载linux x86_64版本](https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/) - tsinghua源的使用: - conda: - [使用简介](https://zhuanlan.zhihu.com/p/32925500) - [配置说明](https://mirrors.tuna.tsinghua.edu.cn/help/anaconda/) - pip: - [使用简介](https://zhuanlan.zhihu.com/p/105801253) - [配置说明](https://mirrors.tuna.tsinghua.edu.cn/help/pypi/) - 1.4 源的配置 - 查看系统版本 - 查看内核版本 `uname -a` - 查看Linux版本 `lsb_release -a` - 根据系统版本对源进行替换 - ubuntu: [清华源](https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/)
uname -alsb_release -a