This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
misc:atom [2020/03/13 11:41] – js | misc:atom [2020/11/19 07:32] (current) – [Overview] js | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Atom ====== | ====== Atom ====== | ||
+ | {{: | ||
- | ===== Bash Language Support | + | Homepage: [[https:// |
- | Auf Mac: | + | |
- | <code bash> | + | ===== Overview |
- | < | + | a very good and open source editor environment developed by the github guys and community. |
+ | |||
+ | My biggest plus compared to the VSCode are: | ||
+ | * sync setting + sync git location => sync settings, keys, plugins with a git(lab) repository, not only gists from github (the only way I know for VScode to sync) | ||
+ | * show functions (for bash and perl) | ||
+ | * Syntax highligthing of bash code with here documents work (VScode still have problems with that) | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | ===== Useful Packages ===== | ||
+ | |||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | ===== Install & Tips ===== | ||
+ | * [[misc: | ||