Skip to content
Snippets Groups Projects
Commit e5c5e644 authored by Jens Heidbüchel's avatar Jens Heidbüchel
Browse files

Refactor an add pip packages for OSX

parent 31c98f62
No related branches found
No related tags found
No related merge requests found
---
vim_dirs:
- ~/.vim/backup
- ~/.vim/undo
- ~/.vim/swp
- ~/.vim/pack/mypack/start
- ~/.vim/pack/mypack/opt
vim_plugin_target: ~/.vim/pack/mypack/start/
vim_plugins:
- kien/ctrlp.vim
- tpope/vim-commentary
- tpope/vim-surround
- tpope/vim-unimpaired
- tpope/vim-vinegar
- honza/vim-snippets
- SirVer/ultisnips
- maralla/completor.vim
- dhruvasagar/vim-table-mode
- jmcantrell/vim-virtualenv
- majutsushi/tagbar
- tpope/vim-fugitive
- w0rp/ale
- Yggdroot/indentLine
- forkedjensh/plantuml-syntax
- pearofducks/ansible-vim
- Rykka/riv.vim
- wannesm/wmgraphviz.vim
- lifepillar/vim-solarized8
- morhetz/gruvbox
- itchyny/lightline.vim
- mgee/lightline-bufferline
---
vim_dirs:
- ~/.vim/backup
- ~/.vim/undo
- ~/.vim/swp
- ~/.vim/pack/mypack/start
- ~/.vim/pack/mypack/opt
vim_plugin_target: ~/.vim/pack/mypack/start/
vim_plugins:
- kien/ctrlp.vim
- tpope/vim-commentary
- tpope/vim-surround
- tpope/vim-unimpaired
- tpope/vim-vinegar
- honza/vim-snippets
- SirVer/ultisnips
- maralla/completor.vim
- dhruvasagar/vim-table-mode
- jmcantrell/vim-virtualenv
- majutsushi/tagbar
- tpope/vim-fugitive
- w0rp/ale
- Yggdroot/indentLine
- forkedjensh/plantuml-syntax
- pearofducks/ansible-vim
- Rykka/riv.vim
- wannesm/wmgraphviz.vim
- lifepillar/vim-solarized8
- morhetz/gruvbox
- itchyny/lightline.vim
- mgee/lightline-bufferline
homebrew_taps:
- caskroom/cask
- caskroom/fonts
......@@ -123,14 +90,12 @@ homebrew_packages:
- htop-osx
- icu4c
- iperf
- ipython
- ircii
- irssi
- isl
- jasper
- jbig2dec
- jpeg
- jupyter
- lame
- leptonica
- libass
......@@ -212,16 +177,7 @@ homebrew_packages:
- postgresql
- pth
- pwgen
- py2cairo
- pyenv
- pyenv-virtualenv
- pyenv-virtualenvwrapper
- pygobject
- pygobject3
- pygtk
- pyqt
- python
- python3
- qemu
- qt
- qt5
......
......@@ -26,3 +26,11 @@
name: "{{ item }}"
state: present
with_items: "{{ homebrew_cask_packages }}"
- name: Install python packages
pip:
name: "{{ item }}"
state: latest
with_items:
- virtualenv
- virtualenvwrapper
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment