This will automatically setup to timx-style workspace
- autojump
- history using directional key
- bash_it (modern theme)
- vim
- nvm
- nodejs
- rust
- python3
- pip3
- gvm
- go
- VIM Vundle
- nerdtree
- nerdtree-git-plugin
- vim-gitgutter
- vim-rainbow
- airline/vim-airline
- vim-fugitive
- indentLine
- vim-one
ansible-galaxy install sweetim.workspace_setup
ansible localhost -m include_role -a name=sweetim.workspace_setup --diff --ask-become
or using ansible-playbook
---
- name: sample
hosts: 127.0.0.1
roles:
- role: sweetim.workspace_setup
bash_it_theme: "modern"