DEV Community

Thanh Huynh (Thành)
Thanh Huynh (Thành)

Posted on

Things to do After Installing Ubuntu

I am PHP developer, so most of the tools below are my favorite ones:

1. Install Tweak

https://launchpad.net/ubuntu-tweak

2. Install Zsh

sudo apt install zsh
$ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

This tool save bunch of time of typing.

Cheatsheet:

https://github.com/robbyrussell/oh-my-zsh/wiki/Cheatsheet

3. Install Chrome

  • Sync all Chrome data.

4. Install Docker

I "dockerized" all my projects to Docker.

I am thinking about create a tool for automate docker-compose using python
https://docker-py.readthedocs.io/en/stable/

5. Install coding tools:

  • PHPStorm
  • Meld
  • Visual Studio Code and its extension.

6. Create .ssh

For get source code and connect to server.

7. Common alias

Then let the hacking begin!

Top comments (0)