Last active
May 1, 2018 06:00
-
-
Save mbmohib/b2baf6503aca961fb8988bdf9fcada30 to your computer and use it in GitHub Desktop.
Linux Software Installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Software List: | |
1. SM Player | |
2. Deluge | |
3. Atom | |
4. Java | |
5. nitroshare | |
6. Gnome Tweak Tool | |
7. Numix | |
8. Adapta | |
9. Cryptsetup | |
10. Papirus Icon | |
11.Youtube-dl | |
PPA: | |
sudo add-apt-repository -y ppa:rvm/smplayer && sudo add-apt-repository -y ppa:deluge-team/ppa && sudo add-apt-repository -y ppa:webupd8team/java && sudo add-apt-repository ppa:numix/ppa && sudo add-apt-repository -y ppa:webupd8team/atom && sudo add-apt-repository -y ppa:tista/adapta && sudo add-apt-repository -y ppa:papirus/papirus && sudo add-apt-repository -y ppa:george-edison55/nitroshare && sudo apt-get update && sudo apt-get -y upgrade | |
Package: | |
sudo apt-get install -y smplayer smplayer-themes smplayer-skins nitroshare deluge youtube-dl gnome-tweak-tool numix-gtk-theme numix-icon-theme-circle adapta-gtk-theme papirus-icon-theme ubuntu-restricted-extras cryptsetup | |
# Atom | |
* Atom Install | |
$ sudo add-apt-repository ppa:webupd8team/atom | |
$ sudo apt-get update | |
$ sudo apt-get install atom | |
* Packages | |
apm install aligner atom-beautify autocomplete-paths browser-plus busy-signal color-picker data-atom file-icons highlight-selected intentions jquery-snippets language-blade laravel linter linter-flake8 linter-php linter-ui-default minimap pdf-view pigments platformio-ide-terminal script split-diff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment