An open API service indexing awesome lists of open source software.

https://github.com/chenriwei/env

linux/osx 开发机环境配置
https://github.com/chenriwei/env

Last synced: 3 months ago
JSON representation

linux/osx 开发机环境配置

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
```