Projeto

Geral

Perfil

Atominstall » Histórico » Versão 2

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


Instalação do Atom

Iniciando

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

   Editor / TabType / soft
   Editor / TabLenght / default:2
   Core   / FileEncoding / iso-8859-1

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