Skip to content

Development configurations to setup git, vim, bash and other useful tools on Linux terminal

License

Notifications You must be signed in to change notification settings

iota2/dev-setup

Repository files navigation

iota2

Making Imaginations, Real

[email protected]

 ██╗ ██████╗ ████████╗ █████╗ ██████╗
 ██║██╔═══██╗╚══██╔══╝██╔══██╗╚════██╗
 ██║██║   ██║   ██║   ███████║ █████╔╝
 ██║██║   ██║   ██║   ██╔══██║██╔═══╝
 ██║╚██████╔╝   ██║   ██║  ██║███████╗
 ╚═╝ ╚═════╝    ╚═╝   ╚═╝  ╚═╝╚══════╝

BSD licensed

DEV-SETUP

This project includes settings and configurations file for initial setup on a Linux machine. It uses Vundle to manage different plugins for vim.

GIT Fork And Branch Workflow

Covered the instructions and commands required for using fork and branch base development workflow techniques.

Check details in: git_fork_and_branch_workflow.md

Installed vim Plugins

  • scrooloose/nerdtreedg
  • majutsushi/tagbar
  • kien/ctrlp.vim
  • bling/vim-airline
  • vim-airline/vim-airline-themes
  • Lokaltog/powerline
  • flazz/vim-colorschemes
  • morhetz/gruvbox
  • nathanaelkane/vim-indent-guides
  • DoxygenToolkit.vim
  • tpope/vim-surround
  • ntpeters/vim-better-whitespace
  • Valloric/YouCompleteMe
  • vim-scripts/indentpython.vim
  • tmhedberg/SimpylFold
  • klen/python-mode
  • scrooloose/syntastic

Check details in: vim_config.md

Installed bash Plugins

  • powerline-shell

License

GNU GPU v3
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Free Software, Hell Yeah!