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

https://github.com/dmowcomber/env


https://github.com/dmowcomber/env

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# env

My environment files

### Setup
The setup script will update git submodules and create symbolic link files to this env repo
```bash
./setup.sh
```

### Add vim bundle plugins
Use git submodules to add new bundle plugin
```bash
cd env/.vim/bundle
git submodule add [email protected]:fatih/vim-go.git
```