Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update Ubuntu.md #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 24 additions & 6 deletions Ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,19 @@
> Useful tools list for Ubuntu OS

--------------
###TOOL LIST
### Index
- [Git](https://github.com/paufsc/GNU-Linux-tools/blob/master/Ubuntu.md#git)
- [Git-flow](https://github.com/paufsc/GNU-Linux-tools/blob/master/Ubuntu.md#git-flow)
- [oh-my-ZSH](https://github.com/paufsc/GNU-Linux-tools/blob/master/Ubuntu.md#zsh-with-oh-my-zsh)
- [Unity Tweak Tool](https://github.com/paufsc/GNU-Linux-tools/blob/master/Ubuntu.md#unity-tweak-tool)
- [Terminator](https://github.com/paufsc/GNU-Linux-tools/blob/master/Ubuntu.md#terminator)
- [Docky](https://github.com/paufsc/GNU-Linux-tools/blob/master/Ubuntu.md#docky)
- [Nautilus Open Terminal](https://github.com/paufsc/GNU-Linux-tools/blob/master/Ubuntu.md#nautilus-open-terminal)
- [Numix theme and icons](https://github.com/paufsc/GNU-Linux-tools/blob/master/Ubuntu.md#numix-theme-and-icons)
- [Spotify](https://github.com/paufsc/GNU-Linux-tools/blob/master/Ubuntu.md#Spotify)

----------
### TOOL LIST

* ###Git
> * Distributed revision control and Source code management (SCM) system
Expand All @@ -15,11 +27,6 @@
> * [Information](http://danielkummer.github.io/git-flow-cheatsheet/index.html)
> * `apt-get install git-flow`

* ###Git-flow
> * Git-flow are a set of git extensions to provide high-level repository operations for Vincent Driessen's branching model
> * [Information](http://danielkummer.github.io/git-flow-cheatsheet/index.html)
> * `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](http://www.zsh.org/)
Expand Down Expand Up @@ -51,4 +58,15 @@
> * [Information](http://packages.ubuntu.com/lucid/gnome/nautilus-open-terminal)
> * `sudo apt-get install nautilus-open-terminal` or you can install from Ubuntu Software Center

* ### Numix theme and icons
> * [List of best icon themes for Ubuntu 16.04 LTS](https://itsfoss.com/best-icon-themes-ubuntu-16-04/)
> * [Information](https://itsfoss.com/install-numix-ubuntu/)
> Open a terminal (`Ctrl+Alt+T` in Ubuntu) <br>
> `sudo add-apt-repository ppa:numix/ppa` <br>
> `sudo apt update ` <br>
> `sudo apt install numix-gtk-theme numix-icon-theme-circle ` <br>

* ### Spotify
> * [Installation & Information](https://linuxconfig.org/installation-of-spotify-client-on-ubuntu-16-04-xenial-xerus-lts-64-bit-linux)

----------------------