资源收集
网址
关于服务器开发
https://blog.skk.moe/
必装软件
1.Windows平台
-
搜狗输入法
-
PotPlayer
-
FastStone Image Viewer
-
TortoiseGit
-
Git
-
Mindjet MindManager
-
Synology Drive
- WinSCP
-
Navicat Premium
-
VirtualCloneDrive
-
Everything
-
Xshell
- Ditto
- Clover
- K-Lite Codec Pack
scoop
- diskgenius
- snipaste
- sumatrapdf
scoop export > app_list.txt
7zip (v:19.00) [main]
cmake (v:3.18.0) [main]
dark (v:3.11.2) [main]
ffmpeg (v:4.3) [main]
firefox (v:78.0.2) [extras]
foobar2000-portable (v:1.5.5) [extras]
googlechrome (v:84.0.4147.89) [extras]
highlight (v:3.57) [main]
innounp (v:0.49) [main]
lessmsi (v:1.6.91) [main]
llvm (v:10.0.0) [main]
notepadplusplus (v:7.8.9) [extras]
powertoys (v:0.19.2) [extras]
typora (v:0.9.93) [extras]
v2ray (v:4.26.0) [main]
v2rayn (v:3.19) [extras]
vscode (v:1.47.2) [extras]
youtube-dl (v:2020.07.28) [main]
7zip (v:21.07) [main]
cmake (v:3.23.0) [main]
curl (v:7.82.0_4) [main]
dark (v:3.11.2) [main]
deepl (v:3.4.15088) [extras]
docker (v:20.10.14) [main]
everything (v:1.4.1.1015) [extras]
ffmpeg (v:5.0.1) [main]
fiddler (v:5.0.20211.51073) [extras]
geekuninstaller (v:1.4.9.151) [extras]
innounp (v:0.50) [main]
lessmsi (v:1.10.0) [main]
llvm (v:14.0.0) [main]
lux (v:0.14.0) [main]
powertoys (v:0.57.2) [extras]
typora (v:1.2.4) [extras]
v2ray (v:4.44.0) [main]
v2rayn (v:5.9) [extras]
vim (v:8.2.2824) [main]
vscode (v:1.66.1) [extras]
windows-terminal (v:1.12.10732.0) [extras]
wox (v:1.3.524) [extras]
xray (v:1.5.4) [main]
corp
7zip (v:19.00) [main]
Anaconda3 (v:2021.05) [extras]
beyondcompare (v:4.4.0.25886) [echo]
bzip2 (v:1.0.8.0) [main]
cmake (v:3.21.3) [main]
dark (v:3.11.2) [main]
everything (v:1.4.1.1009) [extras]
foobar2000-portable (v:1.6.7) [extras]
geekuninstaller (v:1.4.8.145) [extras]
googlechrome (v:91.0.4472.101) [extras]
heidisql (v:11.3) [extras]
highlight (v:4.1) [main]
innounp (v:0.50) [main]
lessmsi (v:1.8.3) [main]
llvm (v:13.0.0) [main]
mactype-np (v:2021.1-rc1) [nonportable]
notepadplusplus (v:8.1.9) [extras]
openssl (v:3.0.0) [main]
potplayer (v:1.7.21526) [echo]
qbittorrent-portable (v:4.3.8) [extras]
redis-desktop-manager (v:2021.7) [dorado]
snipaste (v:1.16.2) [extras]
spacesniffer (v:1.3.0.2) [extras]
sumatrapdf (v:3.3.3) [extras]
typora (v:0.11.13) [extras]
v2ray (v:4.43.0) [main]
v2rayn (v:4.20) [extras]
vscode (v:1.61.2) [extras]
windows-terminal (v:1.11.2921.0) [extras]
winscp (v:5.19.4) [extras]
wox (v:1.3.524) [extras]
2.生产力工具
- winscp
-
Adobe Photoshop CC 2017
-
微信
-
Tim
- 3.各种插件
- Chrome插件 aria2c
-
Word编辑Md插件Writage
- PlistEdit Pro
- 欧路词典Mac破解版
- Scroll reverser
- v2rayX
- Snipaste
- 1password
- Drive
- CleanMyMac
- Alfred
- FileZilla
- Termius
- Xee
- Typora
- Movist
- audirvana plus
- the Unarchiver
- iTerm2
https://github.com/BluePointLilac/ContextMenuManager
git安装备忘
key gen:
ssh-keygen
Linux或Mac系统使用LF作为行结束符,因此你不想 Git 在签出文件时进行自动的转换;
当一个以CRLF为行结束符的文件不小心被引入时你肯定想进行修正,
把core.autocrlf设置成input来告诉 Git 在提交时把CRLF转换成LF,签出时不转换:
git config --global core.autocrlf input
git config --global core.longpaths true
Windows Terminal安装备忘
PowerShell7
禁止升级提示:
“guid”: “{574e775e-4f2a-5b96-ac1e-a2962a402336}”,
“hidden”: false,
“name”: “PowerShell7”,
“source”: “Windows.Terminal.PowershellCore”,
“commandline”: “pwsh.exe –nologo”,
“startingDirectory”: null
oh-m-posh
官网:https://ohmyposh.dev/
Download MesloLGM NF font
Change your Windows Terminal’s font to
MesloLGM NF |
Oh My Posh的安装
scoop install https: //github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/oh-my-posh.json notepad $PROFILE |
会创建Microsoft.PowerShell_profile.ps1文件,在此文件中添加以下内容:
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\aliens.omp.json" | Invoke-Expression |
Vim
set ts=4
set nocompatible
set backspace=indent,eol,start