dotFile made and tested on Fedora 30
Created by: erickmob
Special tks to:
henriquewestphal
haooliveira84
alan-albuquerque
rodrigoventuri123
mbier
- cd ~/Documents
- Clone or download this repo;
- Go to the main folder ('devDotFiles');
- Init the setup.sh (./setup.sh) ;
- nvm (https://github.com/nvm-sh/nvm);
- Node.js (https://nodejs.org/en/)
- JAVA 12 JDK (https://www.oracle.com/technetwork/java/javase/downloads/jdk12-downloads-5295953.html);
- Maven (https://maven.apache.org/);
- Vscode (https://code.visualstudio.com/);
- Intellij (https://www.jetbrains.com/idea/);
- Postgree (https://www.postgresql.org/download/linux/redhat/);
- Pgadmin (https://www.pgadmin.org/);
- Postman (https://www.getpostman.com/);
- Spotify (https://www.spotify.com/br/download/linux/);
- Terminator (https://terminator-gtk3.readthedocs.io/en/latest/);
- Zsh (http://www.zsh.org/);
- PowerFonts (https://github.com/powerline/fonts);
Run:
sudo su - postgres
psql -c "alter user postgres with password 'password'"
exit
Log out and login.