Projeto

Geral

Perfil

Atominstall » Histórico » Versão 5

Versão 4 (Mauricio Luiz Viani, 06/07/2018 16:57 h) → Versão 5/7 (Mauricio Luiz Viani, 10/07/2018 14:35 h)

h1. Instalação do Atom

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
Core / Send Telemetry to the Atom Team / Do not send

Editor / Font Family / DejaVu San Mono
Editor / font Size / 15
Editor / Show Indent Guide / True
Editor / Show invisibles / True
Editor /
Tab Type / soft

Packages / Whitespace / Settings / Remove Trailing Whitespaces / False

Packages Editor / Welcome Tab Lenght / Settings / Show on Startup / False
Packages / Tree-view / Settings / Hide VCS Ignored Files / False

default:2

Menu Edit / Config

Confira se o conteúdo está parecido com isso:


"*":
core:
fileEncoding: "iso88591"
telemetryConsent: "no"
editor:
fontFamily: "DejaVu Sans Mono"
fontSize: 15
showIndentGuide: true
showInvisibles: true
tabType: "soft"
"exception-reporting":
userId: "<aqui vai o hash do seu usuário>" &quot;4c769d5f-642b-4b76-b603-410665421bb2&quot;
"tree-view":
hideVcsIgnoredFiles: false
welcome:
showOnStartup: false
whitespace:
removeTrailingWhitespace: false

</pre>