我的开发环境
欢迎访问新站点: https://www.yidiankuaile.com/post/my-development-environment
我的开发环境
必备软件安装
- git
- sourcetree
- chrome
- vscode
- item2
- docker
- postman
点文件配置
hosts
1 | /etc/hosts |
1 | C:/Windows/System32/drivers/etc/hosts |
shell相关
bash_profile
1 | .bash_profile |
zshrc
1 | ~/.zshrc |
vimrc
1 | ~/.vimrc |
ssh_config
1 | ~/.ssh/config |
Git相关
gitconfig
1 | ~/.gitconfig |
gitignore
1 | ~/.gitignore |
Nodejs相关
npmrc
1 | ~/.npmrc |
1 | ~/.cnpmrc |
Python
pip.conf
1 | ~/.pip/pip.conf |
更新记录
- 2019/4/10 12:05:34 首次发布