This repository is an automatic installation of many tools and other configurations.
You need to clone or Download this repository.
git clone [email protected]:norato/myAfterFormat.git
cd myAfterFormat
make [options]
- Update & Upgrade + build-essential + curl - make update
- Codecs - make codecs
- Slack - make slack
- Zeal - make zeal
- Chrome - make chrome
- Skype - make skype
- Git - make git
- Sublime - make sublime
- Atom - make atom
- ZSH - make zsh
- OH-Myz-sh - make ohmyz
- NPM - make node
- RVM - make rvm
- Postgres - make postgres
- Rails - make rails
- Spotify - make spotify
- Elasticsearch - make elasticsearch
- Dropbox - make dropbox
- Copy gitconfig - make gitconfig
- Copy zshrc - make zshconfig
- Jekyll - make jekyll
To change postgres password
sudo -u postgres psql
\password postgres
\q