资源收集
网址
关于服务器开发
https://blog.skk.moe/
必装软件
1.Windows平台
-
搜狗输入法
-
TortoiseGit
-
Mindjet MindManager
-
Navicat Premium
-
VirtualCloneDrive
-
Xshell
- Ditto
- Clover
- K-Lite Codec Pack
scoop home
7zip
bazel
beyondcompare4
curl
dark
diskgenius
everything
ffmpeg
FileZilla
foobar2000
fsviewer
geekuninstaller
git
imgburn
innounp
insomnia
notepadplusplus
potplayer
powertoys
python
rufus
snipaste
sudo
sumatrapdf
tabby
telegram
telnet
Typora
v2rayn
vim
vscode
wechat
which
WinSCP
wox
xmind
xray
youtubedownloader
corp
Name Version Source
—- ——- ——
7zip 24.09 main
bazelisk 1.25.0 main
beyondcompare4 4.4.7.28397 versions
cacert 2025-02-25 main
captura 8.0.0 extras
curl 8.12.1_4 main
dark 3.14 main
everything 1.4.1.1026 extras
ffmpeg 7.1 main
fsviewer 7.9 extras
geekuninstaller 1.5.2.165 extras
git 2.48.1 main
git-lfs 3.6.1 main
go 1.24.0 main
innounp 2.64.2 main
innounp-unicode 2.64.2 versions
insomnia 10.3.1 extras
msys2 2025-02-21 main
nodejs20 20.18.3 versions
notepadplusplus 8.7.7 extras
nuget 6.13.2 main
oh-my-posh 24.8.0 https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/oh-my-posh.j…
python 3.13.2 main
snipaste 2.10.5 extras
spacesniffer 1.3.0.2 extras
sudo 0.2020.01.26 main
sumatrapdf 3.5.2 extras
tabby 1.0.221 extras
telegram 5.11.1 extras
telnet msys-inetutils-1.7-1 main
typora 1.10.8 extras
vcredist2010 10.0.40219.325 extras
vcredist2022 14.42.34438.0 extras
vim 9.1.0 main
vscode 1.97.2 extras
wechat 3.9.12.17 extras
wget 1.21.4 main
which 2.20 main
winscp 6.3.7 extras
wox 1.3.524 extras
xmind 25.01.01061 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.jsonnotepad $PROFILE |
会创建Microsoft.PowerShell_profile.ps1文件,在此文件中添加以下内容:
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\aliens.omp.json" | Invoke-Expression |
OR:
oh-my-posh init pwsh –config ‘https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/aliens.omp.json’ | Invoke-Expression
Vim
set ts=4
set nocompatible
set backspace=indent,eol,start
