User Tools

Site Tools


atom_setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
atom_setup [2017/01/06 01:28] – [Packages Setup] stephenatom_setup [2017/07/22 21:36] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Atom Setup ====== ====== Atom Setup ======
 +
 +See [[https://tallguy789.visualstudio.com/AtomSetup|AtomSetup project]].
 +
 +  - Install Atom.
 +  - [Windows Explorer] Create a temp directory.
 +  - [ConEmu] Change to temp directory.
 +  - [ConEmu] ''git clone https://tallguy789.visualstudio.com/_git/AtomSetup .''
 +  - [Windows Explorer] Copy the contents of the temp directory over the ''C:\Users\Stephen\.atom'' directory.
 +  - [ConEmu] Change to the Atom directory.
 +  - [ConEmu] ''git status'' - make sure there are no changes.
 +  - [Atom] Settings -> Install -> Install 'package-sync' package.
 +  - [Atom] Run the ''Package Sync: Sync'' command.
 +  - [Atom] Test that ctrl-shift-F4 closes all tabs except the current one.
  
 ===== Packages Setup ===== ===== Packages Setup =====
Line 11: Line 24:
 <code> <code>
 packages: [ packages: [
 +  "atom-alignment"
   "emmet"   "emmet"
   "language-cshtml"   "language-cshtml"
Line 17: Line 31:
   "package-sync"   "package-sync"
   "pigments"   "pigments"
 +  "set-syntax"
 ] ]
 </code> </code>
Line 23: Line 38:
  
 Look in ''C:\Users\stephenh\.atom\config.cson''. Look in ''C:\Users\stephenh\.atom\config.cson''.
 +
 +Make sure you have [[https://github.com/tonsky/FiraCode|Fira Code]] installed.
  
 <code> <code>
Line 52: Line 69:
     telemetryConsent: "limited"     telemetryConsent: "limited"
   editor:   editor:
 +    fontFamily: "Fira Code Medium"
     lineHeight: 1.2     lineHeight: 1.2
     scrollPastEnd: true     scrollPastEnd: true
Line 58: Line 76:
   "exception-reporting":   "exception-reporting":
     userId: "3262335c-cd13-59da-e7bc-9eedc1a1c87f"     userId: "3262335c-cd13-59da-e7bc-9eedc1a1c87f"
 +  minimap: {}
   "package-sync":   "package-sync":
     createOnChange: true     createOnChange: true
     forceOverwrite: true     forceOverwrite: true
 +  pigments:
 +    markerType: "dot"
   welcome:   welcome:
     showOnStartup: false     showOnStartup: false
 </code> </code>
  
atom_setup.1483666133.txt.gz · Last modified: 2017/01/06 14:28 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki