Skip to content

Instantly share code, notes, and snippets.

@AsadDevAI
Last active February 21, 2019 09:39
Show Gist options
  • Save AsadDevAI/6a28d1ee9091c517892961f476ec99e1 to your computer and use it in GitHub Desktop.
Save AsadDevAI/6a28d1ee9091c517892961f476ec99e1 to your computer and use it in GitHub Desktop.
List of things to install on New linux Mint System

List of things to install on New linux Mint System:

  1. Oh my zsh (https://gist.github.com/RazaChohan/512d8d7d1db1c41c62dc)
  2. Php 7.0 (Using Tasksel, LAMP)
  3. curl (sudo apt-get install curl)
  4. https://joshtronic.com/2014/08/31/upgrade-to-php-56-on-ubuntu-1404-lts
  5. curl as php extension (sudo apt-get install php5-curl)
  6. Vagrant/Docker
  7. Installing xdebug:
  • sudo apt-get install php5-dev php-pear
  • sudo pecl install xdebug
  • sudo gedit /etc/php/apache2/php.ini
  1. Mcrypt Extension (http://laravel.io/forum/05-30-2014-mcrypt-php-extension-required)
  • sudo apt-get install php5-mcrypt
  • cd /etc/php5/cli/conf.d
  • sudo ln -s ../../mods-available/mcrypt.ini 20-mcrypt.ini
  1. Composer
  1. Netbeans
  2. Sublime
  3. PhpStorm Download - > https://www.jetbrains.com/phpstorm/download/#section=linux-version Activation code - > https://xn--90agrrk8e.xn--p1ai/phpstorm-10-2016-3-product-key-licence`/
    1. Flareget
    2. Chrome (http://www.itworld.com/article/2695753/install-google-s-chrome-browser-in-linux-mint-17.html)
    3. Mozilla
    4. Git
    5. Kdiff3
    6. Tasksel
    7. Phpmyadmin
    8. skype
    9. Terminator
    10. Adblock (chrome extension)
    11. Power level 9k https://github.com/bhilburn/powerlevel9k/wiki/Install-Instructions
    12. Power font https://askubuntu.com/questions/283908/how-can-i-install-and-use-powerline-plugin
    13. https://github.com/powerline/fonts
    14. https://confluence.jetbrains.com/display/PhpStorm/PHP+Code+Sniffer+in+PhpStorm
    15. https://gist.github.com/RazaChohan/51bffc660d52eae8a75dd0f9503740bf
    16. php5.6-cli php5.6-common php5.6-json php5.6-opcache php5.6-mysql php5.6-phpdbg php5.6-mbstring php5.6-gd php5.6-imap php5.6-ldap php5.6-pgsql php5.6-pspell php5.6-recode php5.6-snmp php5.6-tidy php5.6-dev php5.6-intl php5.6-gd php5.6-curl php5.6-zip php5.6-xml
    17. Datagrip Installation: https://www.linuxhelp.com/how-to-install-datagrip-in-ubuntu/
    18. https://nzeid.net/pulseaudio-disable-auto-volume
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment