# Atom

## Install Packages

### 安装路径

```bash
cd ~/.atom/packages/
```

### 安装方法

```bash
git clone https://github.com/<user-name>/<package-name>.git
npm install <package-name>
```

### 启用方法

快捷键`Ctrl+Shift+P`打开指令窗口，输入`Window:reload`或者直接用快捷键`Ctrl+Shift+F5`重启`Atom`生效。

## 常用插件

* [Active-power-mode](https://github.com/JoelBesada/activate-power-mode.git)
* [Minmap](https://github.com/atom-minimap/minimap.git)
* [git-plus](https://github.com/akonwi/git-plus.git)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://litreily.gitbook.io/notes/gitbook/software/atom.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
