https://github.com/chenriwei/env
linux/osx 开发机环境配置
https://github.com/chenriwei/env
Last synced: 3 months ago
JSON representation
linux/osx 开发机环境配置
- Host: GitHub
- URL: https://github.com/chenriwei/env
- Owner: chenriwei
- Created: 2018-04-05T09:52:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T12:39:09.000Z (about 7 years ago)
- Last Synced: 2025-01-12T08:05:52.097Z (5 months ago)
- Language: Vim script
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- 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
```