https://github.com/milonoir/dev-env
My *nix development environment
https://github.com/milonoir/dev-env
Last synced: 3 months ago
JSON representation
My *nix development environment
- Host: GitHub
- URL: https://github.com/milonoir/dev-env
- Owner: milonoir
- Created: 2015-06-02T09:56:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T19:34:33.000Z (about 8 years ago)
- Last Synced: 2025-01-02T15:44:42.188Z (5 months ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dev-env
### My \*nix development environmentPrerequisites:
* Git
* Ansible
* PythonI use:
1. **Ansible** for provisioning
* Vagrant deployments in `vagrant` branch (default box: **ubuntu/trusty64**)
* **localhost** in `master` branch
2. Shell: **zsh**
* with **oh-my-zsh**
* **tjkirch** theme
3. Terminal multiplexer: **tmux**
* `screen-256color` mode
4. Text editor: **vim**
* **Vundle** plugin manager
* **powerline** status bar
* **Tomorrow-Night** color scheme
* **Syntastic** code checker