https://github.com/willianjusten/script-dev
A simple script for basic installation of web development programs for Linux. (Debian Based)
https://github.com/willianjusten/script-dev
Last synced: 2 months ago
JSON representation
A simple script for basic installation of web development programs for Linux. (Debian Based)
- Host: GitHub
- URL: https://github.com/willianjusten/script-dev
- Owner: willianjusten
- Created: 2013-11-16T00:20:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-22T14:13:09.000Z (almost 9 years ago)
- Last Synced: 2025-03-18T00:37:05.212Z (2 months ago)
- Language: Shell
- Size: 377 KB
- Stars: 43
- Watchers: 5
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Script Web Linux - Debian Based
*Um script simples para instalar programas úteis que, em geral, nós programadores (entre outros usuários) necessitamos.*
## Preview:

## Lista de aplicativos:
[Visualizar lista de aplicativos](https://github.com/willianjusten/script-dev/blob/master/APPLICATIONS.md)
## Instalação
Clone o projeto
git clone [email protected]:willianjusten/script-dev.git
Acesse o diretório e adicione a permissão de execução por meio do comando abaixo.
chmod +x script_dev.sh
Após isso, execute o arquivo:
./script_dev.sh
Bom, é basicamente isso, foi feito bem simples e prático. Aceito sugestões =)
## Contribuições
1. Fork o projeto ( `[email protected]:willianjusten/script-dev.git`)
2. Crie seu branch (`git checkout -b my-new-feature`)
3. Commit suas alterações (`git commit -am 'Add some feature'`)
4. Push seu branch (`git push origin my-new-feature`)
5. Crie um novo Pull Request