Projeto

Geral

Perfil

Atominstall » Histórico » Versão 4

Versão 3 (Mauricio Luiz Viani, 06/07/2018 15:56 h) → Versão 4/7 (Mauricio Luiz Viani, 06/07/2018 16:57 h)

h1. Instalação do Atom

h2. Iniciando

Abrir uma janela de terminal e mudar para o usuário root:

<pre>
# sudo su
</pre>

h2. Baixar o pacote do Atom para Debian:

<pre>
Entrar no site https://www.atom.io
Clicar no link do pacote para Debian
</pre>

h2. Instalar o Atom

<pre>
# dpkg -i atom-amd64.deb
</pre>

h2. Configure o Atom:

<pre>
Inicie o Atom

Menu Edit / Preferences

Core / File Encoding / iso-8859-1
Editor / Tab Type / soft
Editor / Tab Lenght / default:2

Menu Edit / Config
"*":
core:
telemetryConsent: "no"
editor:
fontFamily: "DejaVu Sans Mono"
fontSize: 15
showIndentGuide: true
showInvisibles: true
tabType: "soft"
"exception-reporting":
userId: "4c769d5f-642b-4b76-b603-410665421bb2"
"tree-view":
hideVcsIgnoredFiles: false
welcome:
showOnStartup: false
whitespace:
removeTrailingWhitespace: false
</pre>