Atom 相关配置备份
相關插件:
? ? ? ? simplified-chinese-menu??????????? chinakids
? ? ? ? highlight-selected?????????????????????? richrace
? ? ? ? atom-python-run???????????????????????? foreshadow
??????? minimap????????????????????????????????????? atom-minimap
??????? platformio-ide-terminal??????????????? platformio ????
??????? activate-power-mode????????????????? JoelBesada?
??????? pigments????????????????????????????????????? abe33
? ? ? ? remote-ftp? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? icetee? ? ? ?
? ? ? ? language-latex? ? ? ? ? ? ? ? ? ? ? ? ? ? ?area
????????latex? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?thomasjo
? ? ? ? pdf-view? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?izuazk
snippets.cson
'.source.python':'file header':'prefix': 'fheader''body': """# FileName : $1# Author : Donghao# CreateTime : 2021-12-${2:2} $3:$4# ModifyTime : 2021-12-${2:2} $3:$4# Description : $5"""'time creater':'prefix': 'time''body': '2021-12-$1 $2:$3'keymap.cson
'atom-text-editor:not([mini])':'ctrl-shift-D': 'editor:delete-line''atom-workspace atom-text-editor:not([mini])':'ctrl-shift-C': 'editor:duplicate-lines'config.cson
"*":"activate-power-mode":comboMode:enabled: falseparticles:colours:type: "random"playAudio:audioclip: "../audioclips/typewriter.wav"enabled: trueplugins:playAudio: truescreenShake: truescreenShake:enabled: false"atom-python-run":f5Command: "/home/donghao/anaconda3/envs/envname/bin/python {file}"f6Command: "/home/donghao/anaconda3/bin/python {file}"core:autoHideMenuBar: trueautomaticallyUpdate: falsecloseDeletedFileTabs: trueprojectHome: "/home/donghao/atom"telemetryConsent: "no"warnOnLargeFileLimit: 100editor:defaultFontSize: 20fontSize: 20invisibles:cr: " "eol: " "preferredLineLength: 150scrollPastEnd: trueshowIndentGuide: trueshowInvisibles: truesoftWrap: truesoftWrapAtPreferredLineLength: truetabLength: 4"exception-reporting":userId: "73f9f9e8-1daf-4218-aa1f-3c52f10f01e6""highlight-selected":showResultsOnScrollBar: trueminimap:moveCursorOnMinimapClick: true"platformio-ide-terminal":core:mapTerminalsToAutoOpen: truescrollback: 99999999999999style:theme: "pro"toggles:showToolbar: falsewelcome:showOnStartup: false更換插件源:? ~/.atom/.apmrc
registry=https://registry.npm.taobao.orgAtom改國內源 - Rubrum - 博客園
安裝自己下載的包:
# 下載解壓好之后,放到~/.atom/packages/ 目錄下; 在軟件包內執行: apm install# 安裝后,返回上一級目錄,在軟件包外執行: apm link /軟件包路徑/軟件包名總結
以上是生活随笔為你收集整理的Atom 相关配置备份的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: python 计算 IOU
- 下一篇: 人体姿态估计论文总结 (2D + 视频)