File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ licence mit] ( https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square )] ( http://hemersonvianna.mit-license.org/ )
4
4
[ ![ issues] ( https://img.shields.io/github/issues/brazilian-dev/workflow.svg?style=flat-square )] ( https://github.com/brazilian-dev/workflow/issues )
5
5
6
+ ## Install
7
+
8
+ - ** Terminator** : sudo apt-get install terminator
9
+ - ** Git** : sudo apt-get install git
10
+ - ** Sublime Text** :
11
+ sudo add-apt-repository ppa:webupd8team/sublime-text-3
12
+ sudo apt-get update
13
+ sudo apt-get install sublime-text-installer
14
+ - ** Spotify** :
15
+ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886
16
+ echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
17
+ sudo apt-get update
18
+ sudo apt-get install spotify-client
19
+
20
+ - ** Node.js** : sudo apt-get install nodejs-legacy
21
+ - ** NPM** : sudo apt-get install npm
22
+ - ** NVM** : curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.3/install.sh | bash
23
+ - ** Nginx** : sudo apt-get install nginx
24
+ - ** Java** : sudo apt-get install default-jre
25
+
6
26
## Contributing
7
27
8
28
- Fork it!
You can’t perform that action at this time.
0 commit comments