Skip to content

Instantly share code, notes, and snippets.

@ralexrdz
Created April 25, 2017 19:07
Show Gist options
  • Save ralexrdz/e1a3738f7954da96866fce1c03fe68ed to your computer and use it in GitHub Desktop.
Save ralexrdz/e1a3738f7954da96866fce1c03fe68ed to your computer and use it in GitHub Desktop.
## 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