Projeto

Geral

Perfil

Atominstall » Histórico » Versão 4

« Anterior - Versão 4/7 (diff) - Próximo » - Versão atual
Mauricio Luiz Viani, 06/07/2018 16:57 h


Instalação do Atom

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

# sudo su

Baixar o pacote do Atom para Debian:

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

Instalar o Atom

# dpkg -i atom-amd64.deb

Configure o Atom:

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