Created
April 25, 2017 19:07
-
-
Save ralexrdz/e1a3738f7954da96866fce1c03fe68ed to your computer and use it in GitHub Desktop.
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
## OS | |
### Linux Mint MATE | |
* https://www.linuxmint.com/ | |
## dev tools | |
### oh-my-zsh | |
* https://github.com/robbyrussell/oh-my-zsh#getting-started | |
### z | |
* https://github.com/rupa/z | |
### nvm | |
* https://github.com/creationix/nvm#installation | |
### rbenv | |
* https://github.com/rbenv/rbenv#installation | |
```shell | |
sudo apt install libssl-dev libreadline-dev zlib1g-dev | |
``` | |
### docker-engine | |
* http://linuxbsdos.com/2016/12/13/how-to-install-docker-and-run-docker-containers-on-linux-mint-1818-1/ | |
### atom | |
* https://atom.io/ | |
### npm | |
* vault | |
* gulp | |
* bower | |
* polymer-cli | |
### gem | |
```shell | |
echo 'gem: --no-document' >> ~/.gemrc | |
``` | |
* bundler | |
* rubocop | |
### httpie | |
https://github.com/jkbrzt/httpie#23windows-etc | |
```shell | |
sudo apt install python3-pip | |
pip install --upgrade pip | |
sudo pip install --upgrade httpie | |
``` | |
## SSD | |
* https://sites.google.com/site/easylinuxtipsproject/ssd#TOC-After-the-installation:-noatime | |
## desktop | |
* http://guake.org/ (dropdown terminal) | |
## Chromium | |
* [JSON Formatter](https://chrome.google.com/webstore/detail/json-formatter/bcjindcccaagfpapjjmafapmmgkkhgoa) | |
## Firefox | |
* [Page Shot](https://testpilot.firefox.com/experiments/page-shot) | |
## Productivity | |
* [Toggl](https://support.toggl.com/toggl-desktop-for-linux/) | |
* [RescueTime](https://www.rescuetime.com/get_rescuetime) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment