02 2025 档案
摘要:安装 neovim # 安装必备软件 scoop install neovim git gcc ripgrep fd unzip tree-sitter luarocks # 下载安装 LazyVim 配置 git clone https://github.com/LazyVim/starter $
阅读全文
摘要:scoop 安装 # 脚本执行策略更改,默认自动同意 Set-ExecutionPolicy RemoteSigned -scope CurrentUser -Force # 执行安装命令(默认安装在用户目录下,如需更改请执行 “自定义安装目录” 命令) iwr -useb scoop.201704
阅读全文
摘要:nvm nvm 安装 scoop install nvm nvm 换源 阿里云 nvm node_mirror https://npmmirror.com/mirrors/node/ nvm npm_mirror https://npmmirror.com/mirrors/npm/ nvm 使用 安
阅读全文
摘要:title: Linux 上 VSCode.tar.gz 安装 VSCode date: 2025-01-05 23:42:46 tags: ['Linux', 'tar.gz', 'vscode'] categories: '笔记' 下载 & 解压. tar.gz 安装包 把安装包放在 / opt
阅读全文
摘要:title: Docker 安装 Windows date: 2025-01-05 23:42:30 tags: ['Docker', 'Windows'] categories: '笔记' 系统为 Arch Linux,桌面为 Hyprland 检查是否支持 KVM egrep "(svm|vmx
阅读全文
摘要:Pwsh7 的安装 Pwsh7 的安装: # 显示当前 powershell 版本号 $PSVersionTable.PSVersion # 显示当前最新的可用的版本 正常版和预览版 winget search Microsoft.PowerShell # 使用 Winget 安装 PowerShe
阅读全文
摘要:title: Arch、Hyprland 实体机全安装教程 date: 2025-01-05 23:42:21 tags: ['Arch','Linux','Hyprland'] categories: '笔记' 安装 内容参考 Arch WiKi Arch 提供了自动化安装脚本可以输入 archi
阅读全文
摘要:title: NuShell date: 2025-01-06 23:29:36 updated: 2025-01-06 23:29:36 tags: 'NuShell' categories: '笔记' Windows11 使用 Wezterm+NuShell+Starship 安装字体 JetB
阅读全文
摘要:title: fluid 主题优化 date: 2025-02-07 15:33:07 tags: ["Fluid 主题","主题优化"] categories: "Fluid" 根目录是 C:\blog, 主题目录是 C:\blog\node_modules\hexo-theme-fluid 固定
阅读全文
摘要:title: Github 部署 Hexo 添加 README 文件 date: 2025-01-10 17:57:05 updated: 2025-01-10 17:57:05 tags: ['Github','Hexo','README'] categories: '笔记' 在博客的根目录的 s
阅读全文
摘要:title: SSH 使用 date: 2025-01-06 23:25:19 updated: 2025-01-06 23:25:19 tags: 'ssh' categories: '笔记' SSH 远程登录 登录 ssh root@172.16.124.24 用户名@主机名 免密登录 ssh-
阅读全文
摘要:title: U 盘 EFI 分区删除 date: 2025-01-06 23:26:08 updated: 2025-01-06 23:26:08 tags: ['U 盘','EFI 分区'] categories: '笔记' 在运行窗口输入 powershell 进入终端,输入 diskpart
阅读全文
摘要:title: WSL2 安装配置 date: 2025-01-05 23:42:53 tags: ['WSL2','Windows','Arch','Linux'] categories: '笔记' 安装 WSL2 启用适用于 Linux 的 Windows 子系统 dism.exe /online
阅读全文