https://github.com/dmowcomber/env
https://github.com/dmowcomber/env
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmowcomber/env
- Owner: dmowcomber
- Created: 2016-03-15T17:02:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T17:54:31.000Z (6 months ago)
- Last Synced: 2025-02-01T23:30:07.412Z (4 months ago)
- Language: Shell
- Size: 640 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```