Windows软件配置
每次重新重装系统,都是心累的过程,所以每次都是用到什么再装什么。但是发现随着电脑的增多,又希望每一台电脑都像家里的电脑那样用的舒服,同时省去大量的时间查询有用的消息(谁叫度娘现在越来越不好用),故写下来方便查询。
Wox
Mac 和 linux 都有的效率神器 albert,地址
https://github.com/Wox-launcher/Wox/releases
Everything
搜索神器,地址:
https://www.voidtools.com/zh-cn/
QuickLook
预览神器
https://github.com/QL-Win/QuickLook/releases
压缩软件
7zip
- 下载地址
https://www.7-zip.org/
VSCode
- 插件
- Bracket Pair Colorizer 2
- Latex Workshop
- Maple
Keepass
- 下载地址
https://keepass.info/
Syncthing
-
下载地址
Syncthing Core: https://syncthing.net/
-
软件设置
- 在syncthing目录下新建一个
Syncthing.vbs
文件,文件内容如下:
CreateObject("WScript.Shell").Run ".\syncthing.exe",0
- 点击
Syncthing.vbs
就可以访问syncthing: http://127.0.0.1:8384,并且隐藏界面- 右键start.vbs发送到桌面快捷方式, 然后
win+R
运行shell:startup
, 将快捷方式移动到弹出来的窗口里面就可以实现
Zotero
-
下载地址
https://www.zotero.org/download/
-
软件设置
- 安装
- 更改目录, 建立符号链接, 删除zotero目录下storage目录.
cd zotero目录 mklink /D storage D:\Individual\reference\
- 设置
- 同步账号为(用户名)
- File Syncing勾去掉
- 插件
- Better BibTeX
https://github.com/retorquere/zotero-better-bibtex/releases/tag/v5.1.45
- Citation key Format:
[auth][year]P[firstpage]
- Field to omit form export:
abstract,keywords,file
git
- 下载地址
https://git-scm.com/
Texlive
- 下载地址
https://tug.org/texlive/
- 配置texlive+vscode
https://ddswhu.me/posts/2018-04/vs-code-for-latex/
- 正向和反向搜索
"latex-workshop.view.pdf.external.synctex": { "command": "E:/Programs/SumatraPDF/SumatraPDF.exe", "args": [ "-forward-search", "%TEX%", "%LINE%", "-reuse-instance", "-inverse-search", "\"C:\\opt\\Microsoft VS Code\\Code.exe\" -g \"%f:%l\"", "%PDF%", ] },
注意事项:
如果通过VSCode编辑器内预览按钮打开SumatraPDF阅读器则无法进行反向搜索,如需要进行搜索,请先单独打开SumatraPDF,再通过预览按钮预览PDF
一些精简的系统
Windows 嵌入式工业版 http://t.cn/RDInqjZ
激活
slmgr /upk
slmgr /ipk WNMTR-4C88C-JK8YV-HQ7T2-76DF9
slmgr /skms yun.careflysky.top
slmgr /ato
参考文献
[1] https://blog.youkuaiyun.com/IKQMKSQM/article/details/82116343
[2] https://ddswhu.me/posts/2018-04/vs-code-for-latex/
[3] https://zhuanlan.zhihu.com/p/38178015