https://github.com/chenriwei/env
linux/osx 开发机环境配置
https://github.com/chenriwei/env
Last synced: 5 months ago
JSON representation
linux/osx 开发机环境配置
- Host: GitHub
- URL: https://github.com/chenriwei/env
- Owner: chenriwei
- Created: 2018-04-05T09:52:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T12:39:09.000Z (over 8 years ago)
- Last Synced: 2025-09-10T21:53:52.526Z (11 months ago)
- Language: Vim script
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My Shell config
======
## init
```
#make a temp file
git clone https://github.com/RiweiChen/env.git __temp__ && mv __temp__/* __temp__/.* . && rm -rf __temp__
```
## install
```
apt-get install zsh
apt-get install tmux
apt-get install git
````
## vim
## zsh
```
#change default to zsh
chsh -s /bin/zsh
```
## tmux
## git
## deploy
```
ansible
```