Skip to content

Instantly share code, notes, and snippets.

@cezr
Last active October 16, 2017 22:55
Show Gist options
  • Select an option

  • Save cezr/20c92ac9b42be93ef6b144f8f7b567c4 to your computer and use it in GitHub Desktop.

Select an option

Save cezr/20c92ac9b42be93ef6b144f8f7b567c4 to your computer and use it in GitHub Desktop.

Revisions

  1. cezr revised this gist Oct 16, 2017. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions atom-settings.md
    Original file line number Diff line number Diff line change
    @@ -21,12 +21,12 @@ Emacs:
    Sync:
    + [sync-settings](https://atom.io/packages/sync-settings) - Synchronize settings, keymaps, user styles, init script, snippets and installed packages across Atom instances.

    React Themes:
    + [spacegray-dark-ui](https://atom.io/packages/spacegray-dark-ui) - Port of the Spacegray Sublime Text theme

    Projects:
    + [project-manager](https://atom.io/packages/project-manager) - Project Manager for easy access and switching between projects in Atom.

    ## React Themes:
    + [spacegray-dark-ui](https://atom.io/packages/spacegray-dark-ui) - Port of the Spacegray Sublime Text theme

    ## Workflow
    + https://www.sitepoint.com/12-favorite-atom-tips-and-shortcuts-to-improve-your-workflow/
    + https://learn.getgrav.org/content/markdown
  2. cezr revised this gist Oct 16, 2017. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions atom-settings.md
    Original file line number Diff line number Diff line change
    @@ -21,6 +21,9 @@ Emacs:
    Sync:
    + [sync-settings](https://atom.io/packages/sync-settings) - Synchronize settings, keymaps, user styles, init script, snippets and installed packages across Atom instances.

    React Themes:
    + [spacegray-dark-ui](https://atom.io/packages/spacegray-dark-ui) - Port of the Spacegray Sublime Text theme

    Projects:
    + [project-manager](https://atom.io/packages/project-manager) - Project Manager for easy access and switching between projects in Atom.

  3. cezr revised this gist Oct 16, 2017. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion atom-settings.md
    Original file line number Diff line number Diff line change
    @@ -26,4 +26,5 @@ Projects:

    ## Workflow
    + https://www.sitepoint.com/12-favorite-atom-tips-and-shortcuts-to-improve-your-workflow/
    + https://learn.getgrav.org/content/markdown
    + https://learn.getgrav.org/content/markdown
    + [Babel repl](http://babeljs.io/repl/#?babili=false&evaluate=true&lineWrap=false&presets=es2015%2Creact&experimental=false&loose=false&spec=false&code=const%20element%20%3D%20%3Ch1%3EHello%2C%20world!%3C%2Fh1%3E%3B%0Aconst%20container%20%3D%20document.getElementById('root')%3B%0AReactDOM.render(element%2C%20container)%3B%0A)
  4. cezr revised this gist Oct 16, 2017. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion atom-settings.md
    Original file line number Diff line number Diff line change
    @@ -25,4 +25,5 @@ Projects:
    + [project-manager](https://atom.io/packages/project-manager) - Project Manager for easy access and switching between projects in Atom.

    ## Workflow
    https://www.sitepoint.com/12-favorite-atom-tips-and-shortcuts-to-improve-your-workflow/
    + https://www.sitepoint.com/12-favorite-atom-tips-and-shortcuts-to-improve-your-workflow/
    + https://learn.getgrav.org/content/markdown
  5. cezr revised this gist Oct 16, 2017. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions atom-settings.md
    Original file line number Diff line number Diff line change
    @@ -21,6 +21,8 @@ Emacs:
    Sync:
    + [sync-settings](https://atom.io/packages/sync-settings) - Synchronize settings, keymaps, user styles, init script, snippets and installed packages across Atom instances.

    Projects:
    + [project-manager](https://atom.io/packages/project-manager) - Project Manager for easy access and switching between projects in Atom.

    ## Workflow
    https://www.sitepoint.com/12-favorite-atom-tips-and-shortcuts-to-improve-your-workflow/
  6. cezr revised this gist Oct 16, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion atom-settings.md
    Original file line number Diff line number Diff line change
    @@ -18,7 +18,7 @@ Emacs:
    + [sort-lines](https://atom.io/packages/sort-lines) - Sorts your lines. Never gets tired.
    + [disable-keybindings](https://atom.io/packages/disable-keybindings) - Disables keybindings

    Atom Settings:
    Sync:
    + [sync-settings](https://atom.io/packages/sync-settings) - Synchronize settings, keymaps, user styles, init script, snippets and installed packages across Atom instances.


  7. cezr revised this gist Oct 16, 2017. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion atom-settings.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,11 @@
    # My Atom IDE Setup:
    + [Atom](https://atom.io/)

    ## Atom Shell Commands
    ## Atom Shell Command
    + Launch Atom and select "Atom - Install Shell Commands" menu to install atom and apm commands
    + Add /usr/local/bin to PATH environment variable
    - Now, you can load file from terminal with atom [directory or file]
    + echo "export PATH=/usr/local/bin:$PATH" >> ~/.bash_profile && source ~/.bash_profile

    ## Plugin packages
    Git:
  8. cezr revised this gist Oct 16, 2017. 1 changed file with 10 additions and 2 deletions.
    12 changes: 10 additions & 2 deletions atom-settings.md
    Original file line number Diff line number Diff line change
    @@ -4,9 +4,17 @@

    ## Plugin packages
    Git:
    + [https://atom.io/packages/clipboard-plus](clipboard-plus) - Keeps your clipboard history.
    + [git-blame](https://atom.io/packages/git-blame) - Toggle git-blame annotations in the gutter of atom editor.
    + [merge-conflicts](https://atom.io/packages/merge-conflicts) - Resolve git conflicts within Atom.
    + [tree-view-git-status](https://atom.io/packages/tree-view-git-status) - Show the Git repository status in the Atom tree-view.

    https://atom.io/packages/sync-settings
    Emacs:
    + [clipboard-plus](https://atom.io/packages/clipboard-plus) - Keeps your clipboard history.
    + [sort-lines](https://atom.io/packages/sort-lines) - Sorts your lines. Never gets tired.
    + [disable-keybindings](https://atom.io/packages/disable-keybindings) - Disables keybindings

    Atom Settings:
    + [sync-settings](https://atom.io/packages/sync-settings) - Synchronize settings, keymaps, user styles, init script, snippets and installed packages across Atom instances.


    ## Workflow
  9. cezr revised this gist Oct 16, 2017. 1 changed file with 8 additions and 5 deletions.
    13 changes: 8 additions & 5 deletions atom-settings.md
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,13 @@

    # My Atom IDE Setup:

    ## Atom Shell Commands

    Workflow:
    https://www.sitepoint.com/12-favorite-atom-tips-and-shortcuts-to-improve-your-workflow/
    ## Plugin packages
    Git:
    + [https://atom.io/packages/clipboard-plus](clipboard-plus) - Keeps your clipboard history.

    https://atom.io/packages/sync-settings


    Atom sync packages:
    https://atom.io/packages/sync-settings
    ## Workflow
    https://www.sitepoint.com/12-favorite-atom-tips-and-shortcuts-to-improve-your-workflow/
  10. cezr revised this gist Oct 16, 2017. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion atom-settings.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,7 @@

    #My Atom IDE Setup:
    # My Atom IDE Setup:

    ## Atom Shell Commands

    Workflow:
    https://www.sitepoint.com/12-favorite-atom-tips-and-shortcuts-to-improve-your-workflow/
  11. cezr revised this gist Oct 16, 2017. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions atom-settings.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,6 @@

    #My Atom IDE Setup:

    Workflow:
    https://www.sitepoint.com/12-favorite-atom-tips-and-shortcuts-to-improve-your-workflow/

  12. cezr renamed this gist Oct 16, 2017. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  13. cezr renamed this gist Oct 16, 2017. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  14. cezr created this gist Oct 16, 2017.
    6 changes: 6 additions & 0 deletions atom_settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@

    Workflow:
    https://www.sitepoint.com/12-favorite-atom-tips-and-shortcuts-to-improve-your-workflow/

    Atom sync packages:
    https://atom.io/packages/sync-settings