#UBUNTU
Useful tools list for Ubuntu OS
###TOOL LIST
- ###Git
- Distributed revision control and Source code management (SCM) system
- Information
sudo apt-get install git
- ###Git-flow
- Git-flow are a set of git extensions to provide high-level repository operations for Vincent Driessen's branching model
- Information
apt-get install git-flow
- ###Zsh with oh-my-zsh
- Zsh is a shell designed for interactive use, although it is also a powerful scripting language.
- Information zsh
- Information oh-my-zsh
- Information zsh plugins
- Installation Information
apt-get install zsh
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
chsh -s 'which zsh'
set zsh default shell
- ###Unity Tweak Tool
- Unity Tweak Tool is a configuration tool for the Unity Desktop.
- Information
- Source Code
- You can install from Ubuntu Software Center
- ###Terminator
- The user can have multiple terminals in one window and use key bindings to switch between them.
- Information
- You can install from Ubuntu Software Center
- ###Docky
- Docky is fully integrated into the GNOME Desktop and features a no nonsense approach to configuration and usage.
- Information
- You can install from Ubuntu Software Center
- ###Nautilus-open-terminal
- Nautilus plugin for opening terminals in arbitrary local paths with mouse right click
- Information
sudo apt-get install nautilus-open-terminal
or you can install from Ubuntu Software Center