From 9d38e06d1e3cc7414c0a3c97323e7f0813ec946f Mon Sep 17 00:00:00 2001 From: mahammad Date: Tue, 30 Aug 2016 23:42:19 +0400 Subject: [PATCH 1/3] Update Ubuntu.md :added Numix theme and icon step --- Ubuntu.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Ubuntu.md b/Ubuntu.md index a572e9d..d2168e4 100644 --- a/Ubuntu.md +++ b/Ubuntu.md @@ -51,4 +51,14 @@ > * [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+:tab:` in Ubuntu) +```bash + sudo add-apt-repository ppa:numix/ppa + sudo apt update + sudo apt install numix-gtk-theme numix-icon-theme-circle +``` + ---------------------- From fe616534e1d74ed3804df0e145a08d498436b611 Mon Sep 17 00:00:00 2001 From: mahammad Date: Wed, 31 Aug 2016 00:15:06 +0400 Subject: [PATCH 2/3] Update Ubuntu.md fix & added Spotify step --- Ubuntu.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Ubuntu.md b/Ubuntu.md index d2168e4..9c7a61b 100644 --- a/Ubuntu.md +++ b/Ubuntu.md @@ -54,11 +54,12 @@ * ### 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+:tab:` in Ubuntu) -```bash - sudo add-apt-repository ppa:numix/ppa - sudo apt update - sudo apt install numix-gtk-theme numix-icon-theme-circle -``` +> Open a terminal (`Ctrl+Alt+T` in Ubuntu) +> `sudo add-apt-repository ppa:numix/ppa` +> `sudo apt update ` +> `sudo apt install numix-gtk-theme numix-icon-theme-circle ` + +* ### Spotify +> * [Installation & Information](https://linuxconfig.org/installation-of-spotify-client-on-ubuntu-16-04-xenial-xerus-lts-64-bit-linux) ---------------------- From 323c9ae53755c8b76ad6b3319780e197ccb56ada Mon Sep 17 00:00:00 2001 From: mahammad Date: Wed, 31 Aug 2016 00:25:58 +0400 Subject: [PATCH 3/3] Update Ubuntu.md fix & added Index step --- Ubuntu.md | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/Ubuntu.md b/Ubuntu.md index 9c7a61b..1efdd0b 100644 --- a/Ubuntu.md +++ b/Ubuntu.md @@ -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 @@ -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/) @@ -54,10 +61,10 @@ * ### 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) -> `sudo add-apt-repository ppa:numix/ppa` -> `sudo apt update ` -> `sudo apt install numix-gtk-theme numix-icon-theme-circle ` +> Open a terminal (`Ctrl+Alt+T` in Ubuntu)
+> `sudo add-apt-repository ppa:numix/ppa`
+> `sudo apt update `
+> `sudo apt install numix-gtk-theme numix-icon-theme-circle `
* ### Spotify > * [Installation & Information](https://linuxconfig.org/installation-of-spotify-client-on-ubuntu-16-04-xenial-xerus-lts-64-bit-linux)