This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
misc:atom [2020/04/18 13:49] – js | misc:atom [2020/11/19 07:32] (current) – [Overview] js | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Atom ====== | ====== Atom ====== | ||
+ | {{: | ||
- | ===== Bash Language Support ===== | + | Homepage: [[https:// |
- | ==== macOS ==== | + | ===== Overview |
+ | a very good and open source editor environment developed by the github guys and community. | ||
- | === brew === | + | My biggest plus compared to the VSCode are: |
- | Install [[https:// | + | * sync setting + sync git location |
+ | * show functions (for bash and perl) | ||
+ | * Syntax highligthing of bash code with here documents work (VScode still have problems with that) | ||
- | After that use the command line and install node and bash-language-server: | + | {{ :misc: |
- | <code bash> | + | ===== Useful Packages ===== |
- | === bash-language-server === | + | * [[https:// |
- | <code bash>npm i -g bash-language-server</code> | + | * [[https:// |
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
- | === git sync === | + | ===== Install & Tips ===== |
- | < | + | * [[misc: |
- | Create a temp dir for git clone: | ||
- | <code bash>git clone --depth 1 https:// | ||
- | < | ||
- | Username for ' | ||
- | Password for ' | ||
- | remote: Enumerating objects: 8, done. | ||
- | remote: Counting objects: 100% (8/8), done. | ||
- | remote: Compressing objects: 100% (8/8), done. | ||
- | remote: Total 8 (delta 0), reused 5 (delta 0), pack-reused 0 | ||
- | Receiving objects: 100% (8/8), done.</ | ||
- | Enter your user name. | ||
- | Install Atom packages for | ||
- | * sync-settings | ||
- | * sync-settings-git-location | ||
- | |||
- | |||
- | ==== Windows ==== | ||
- | |||
- | Download and install node from [[https:// | ||
- | |||
- | This will install [[https:// | ||
- | |||
- | After that use the command line to install bash-language-server: | ||
- | |||
- | <code bash>npm i -g bash-language-server</ |