Last active
October 16, 2017 22:55
-
-
Save cezr/20c92ac9b42be93ef6b144f8f7b567c4 to your computer and use it in GitHub Desktop.
Revisions
-
cezr revised this gist
Oct 16, 2017 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. 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 -
cezr revised this gist
Oct 16, 2017 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. -
cezr revised this gist
Oct 16, 2017 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 + [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) -
cezr revised this gist
Oct 16, 2017 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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://learn.getgrav.org/content/markdown -
cezr revised this gist
Oct 16, 2017 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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/ -
cezr revised this gist
Oct 16, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 Sync: + [sync-settings](https://atom.io/packages/sync-settings) - Synchronize settings, keymaps, user styles, init script, snippets and installed packages across Atom instances. -
cezr revised this gist
Oct 16, 2017 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,11 @@ # My Atom IDE Setup: + [Atom](https://atom.io/) ## 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: -
cezr revised this gist
Oct 16, 2017 . 1 changed file with 10 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,9 +4,17 @@ ## Plugin packages Git: + [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. 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 -
cezr revised this gist
Oct 16, 2017 . 1 changed file with 8 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,13 @@ # My Atom IDE Setup: ## Atom Shell Commands ## Plugin packages Git: + [https://atom.io/packages/clipboard-plus](clipboard-plus) - Keeps your clipboard history. https://atom.io/packages/sync-settings ## Workflow https://www.sitepoint.com/12-favorite-atom-tips-and-shortcuts-to-improve-your-workflow/ -
cezr revised this gist
Oct 16, 2017 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,7 @@ # My Atom IDE Setup: ## Atom Shell Commands Workflow: https://www.sitepoint.com/12-favorite-atom-tips-and-shortcuts-to-improve-your-workflow/ -
cezr revised this gist
Oct 16, 2017 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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/ -
cezr renamed this gist
Oct 16, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
cezr renamed this gist
Oct 16, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
cezr created this gist
Oct 16, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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