#- Tree
.
├── .bash_aliases
├── .bash_profile
├── .bashrc
├── README.md
├── .vim
│ ├── autoload
│ │ └── pathogen.vim
│ └── bundle
│ └── gruvbox
│ ├── autoload
│ │ ├── airline
│ │ │ └── themes
│ │ │ └── gruvbox.vim
│ │ ├── gruvbox.vim
│ │ └── lightline
│ │ └── colorscheme
│ │ └── gruvbox.vim
│ ├── colors
│ │ └── gruvbox.vim
│ ├── gruvbox_256palette_osx.sh
│ ├── gruvbox_256palette.sh
│ └── README.md
└── .vimrc