HOME
BLOG
TAGs
A Guide to rebuid the workplace
7月 04 2020

重新搭建现有工作环境的指南

电脑配置清单

  • 华硕(ASUS)PRIME Z390-A 主板 现价1749元 链接
  • 英特尔(Intel)i7-9700KF 约价2799元 链接
  • 英伟达(NVIDIA)GTX1660 约价1799元 链接(不确定)
  • 金士顿(Kingston)DDR4 2400 16GB 现价549元 链接
  • 三星(SAMSUNG)250GB SSD固态硬盘 M.2接口(NVMe协议) 现价499元 链接
  • 西部数据(WD)蓝盘 1TB 现价299元 链接
  • 罗技(Logitech)K310 键盘 现价149元 链接(首选)
    • 罗技(G)G610机械键盘 现价479元 链接(备选)
  • 罗技(Logitech)M100r 鼠标 现价52.9元 链接(首选)
    • 罗技(G)G502 HERO主宰者有线鼠标 现价379元 链接(备选)
  • AOC I2490VXH5/BS 23.8英寸 现价779元 链接
  • 乔思伯(JONSBO)U5 银色 ATX机箱 现价499元 链接(不确定)
  • 酷冷至尊(CoolerMaster) T20 CPU 散热器 现价49元 链接
  • 长城(GreatWall)额定500W HOPE-6000DS 电源 现价269元 链接
  • 灵蛇(LINGSHE)鼠标垫 现价4.9元 链接

小计:9565.9元

机械键盘品牌参考

宁芝mini84

阿米洛sword

Filco

Leopold

杜伽

应用列表

普通使用

  • chrome
  • Potplayer
  • Bandizip
  • Lantern
  • TranslucentTB
  • Xmind
    • mindmaster
    • freemind
  • 坚果云
  • Joplin
  • Everything
  • Wox
  • 网易云音乐
  • 小黑盒
  • 幕布
  • 有道云笔记
  • Steam
  • Pokemmo
  • QuickLook

开发

环境

  • Git
  • Node.js
  • Hexo
  • Java JDk
  • Python
  • MinGW-64w
  • Tex Live
  • VMware Workstation
    • ubuntu
  • wsl子系统
    • Ubuntu
    • VcXsrv

编辑器/IDE

  • Visual Studio Code

  • Atom

  • Visual Studio

  • Codelite

  • Typora

  • Vim

  • Neovim

  • Eclipse

  • JetBrains系

    • CLion(附破解)

设计

  • Mockplus(做原型可选,主用XD)

  • 达芬奇

  • Zeplin

  • Gimp

  • Adobe系

    • Creative Cloud
    • Photoshop
    • Premiere Pro
    • Media ENcoder
    • Lightroom Classic
    • XD
    • Illustrator
    • Audition

音乐

  • FL Studio

  • guitar pro 7

字体资源列表

文件在字体文件夹里

  • Source Code Pro —adobe
  • 思源黑体
  • 思源宋体
  • 禹卫书法行书简体

文件夹

  • Private
  • Material
  • Project

附各类应用配置

Chrome

//不知道用户同步能不能用

扩展:gooreplacerv3.9(放在工具文件夹)

书签:

Visual Studio Code

插件:

  • Auto Rename Tag
  • Autoprefixer
  • beautify
  • Prettier - Code formatter(format on save 查找是否应用存文件时格式化)
  • Bracket Pair Colorizer 2
  • Chinese(Simplified)Language Pack for Visual Studio Code
  • Code Spell Checker
  • file-size
  • Guides
  • Highlight
  • Image preview
  • Latex Workshop(需额外配置,附配置文件)
  • Live Server
  • Markdown PDF
  • Markdown Preview Enhanced
  • Markdown Theme Kit
  • markdownlint
  • Material Theme
  • Community Material Theme
  • Material Theme Icons
  • Path intellisense
  • Settings Sync
  • SVG
  • C/C++
  • Cobalt Next
  • Cobalt2 Theme Official
  • Code Runner
  • Marp for VS Code
  • Path Interllisense

另附:

C语言环境设置.vscode在project的C文件夹里

VS Code 设置json文件

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
{
"workbench.iconTheme": "material-icon-theme",
"editor.renderIndentGuides": false,
"workbench.colorTheme": "Cobalt Next",
"cSpell.userWords": [
"Bandizip",
"HWND",
"Lightroom",
"Minecraft",
"Mockplus",
"Mware",
"Photoshop",
"Potplayer",
"Typora",
"Xmind",
"Zahlen",
"Zeplin",
"anchorjs",
"cnzz",
"doyoudo",
"favicon",
"hexo",
"iconfont",
"mware",
"subseteq",
"tencent",
"v"
],
"workbench.statusBar.visible": true,
"editor.fontFamily": "Source Code Pro,Consolas, 'Courier New', monospace",
"workbench.startupEditor": "newUntitledFile",
"C_Cpp.updateChannel": "Insiders",

// Latex workshop
"latex-workshop.latex.tools": [
{
// 编译工具和命令
"name": "latexmk",
"command": "latexmk",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"-pdf",
"-outdir=%OUTDIR%",
"%DOC%"
],
"env": {}
},
{
"name": "xelatex",
"command": "xelatex",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"-pdf",
"-outdir=%OUTDIR%",
"%DOC%"
]
},
{
"name": "lualatexmk",
"command": "latexmk",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"-lualatex",
"-outdir=%OUTDIR%",
"%DOC%"
],
"env": {}
},
{
"name": "latexmk_rconly",
"command": "latexmk",
"args": [
"%DOC%"
],
"env": {}
},
{
"name": "pdflatex",
"command": "pdflatex",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"%DOC%"
],
"env": {}
},
{
"name": "bibtex",
"command": "bibtex",
"args": [
"%DOCFILE%"
],
"env": {}
}
],
"latex-workshop.latex.recipes": [
{
"name": "xelatex",
"tools": [
"xelatex"
]
},
{
"name": "latexmk 🔃",
"tools": [
"latexmk"
]
},
{
"name": "xelatex ➞ xelatex",
"tools": [
"xelatex",
"xelatex"
]
},
{
"name": "xelatex ➞ bibtex ➞ xelatex × 2",
"tools": [
"xelatex",
"bibtex",
"xelatex",
"xelatex"
]
},
{
"name": "latexmk (latexmkrc)",
"tools": [
"latexmk_rconly"
]
},
{
"name": "latexmk (lualatex)",
"tools": [
"lualatexmk"
]
},
{
"name": "pdflatex ➞ bibtex ➞ pdflatex × 2",
"tools": [
"pdflatex",
"bibtex",
"pdflatex",
"pdflatex"
]
}
],
"latex-workshop.view.pdf.viewer": "external",
"latex-workshop.view.pdf.external.command": {
"command": "D:/SumatraPDF/SumatraPDF.exe",
"args": [
"%PDF%"
]
},
"latex-workshop.view.pdf.external.synctex": {
//正向搜索
"command": "D:/SumatraPDF/SumatraPDF.exe",
"args": [
"-forward-search",
"%TEX%",
"%LINE%",
"%PDF%"
]
},
"latex-workshop.latex.clean.fileTypes": [
"*.aux",
"*.bbl",
"*.blg",
"*.idx",
"*.ind",
"*.lof",
"*.lot",
"*.out",
"*.toc",
"*.acn",
"*.acr",
"*.alg",
"*.glg",
"*.glo",
"*.gls",
"*.ist",
"*.fls",
"*.log",
"*.fdb_latexmk"
],
"latex-workshop.latex.autoBuild.run": "never",
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"sync.gist": "ce4d87f82ed3f5648debe41732530e35",
"cSpell.enableFiletypes": [
"tex"
]

}

Atom

插件:

  • atom-beautify
  • atom-gpp-compiler
  • atom-live-server
  • atom-markdown-table-editor
  • atom-material-syntax
  • atom-material-syntax-dark
  • atom-material-syntax-light
  • atom-material-ui
  • atom-minimap-plus
  • atom-quick-highlight
  • atom-script
  • atom-simplified-chinese-menu
  • busy-signal
  • color-picker
  • emmet-atom
  • file-icons
  • intentions
  • linter
  • linter-gcc
  • linter-javac
  • linter-jshint
  • linter-markdown
  • linter-phpcs
  • linter-pylint
  • linter-ui-default
  • markdown-preview-enhanced
  • monoid-ui
  • monoid-syntax
  • seti-syntax
  • seti-ui

CLion

破解获取链接

1
2
http://idea.medeming.com/jets/
http://idea.medeming.com/jihuo/

Typora

主题

  • Barfi
  • Cobalt
  • Github
  • Gitlab
  • Newsprint
  • Night
  • PixyII
  • Vue Dark
  • Vue
  • Whitey