文件索引

📁 clash
📁 rule-providers
📄 force-ai-x.yaml
https://static.fers.top/clash/rule-providers/force-ai-x.yaml
在 Clash 配置中作为 rule-providers 的 url
📄 force-direct.yaml
https://static.fers.top/clash/rule-providers/force-direct.yaml
在 Clash 配置中作为 rule-providers 的 url
📄 force-proxy.yaml
https://static.fers.top/clash/rule-providers/force-proxy.yaml
在 Clash 配置中作为 rule-providers 的 url
📄 force-tiktok.yaml
https://static.fers.top/clash/rule-providers/force-tiktok.yaml
在 Clash 配置中作为 rule-providers 的 url
📄 main.js
https://static.fers.top/clash/main.js
作为 Clash 配置解析器的 URL
📁 conf
📄 oh-my-posh.yaml
oh-my-posh init fish --config https://static.fers.top/conf/oh-my-posh.yaml | source
在 Fish shell 中初始化 Oh My Posh
📄 config.fish
curl -fsSL https://static.fers.top/conf/config.fish -o ~/.config/fish/config.fish
下载并替换 Fish shell 配置文件
📁 get
📄 alist.sh
curl -fsSL https://static.fers.top/get/alist.sh | bash
一键安装 Alist 文件列表程序
📄 coder.sh
curl -fsSL https://static.fers.top/get/coder.sh | bash
一键安装 Coder 远程开发环境
📄 gg.sh
curl -fsSL https://static.fers.top/get/gg.sh | bash
执行 gg 安装脚本
📄 jellyfin.sh
curl -fsSL https://static.fers.top/get/jellyfin.sh | bash
一键安装 Jellyfin 媒体服务器
📄 omp.sh
curl -fsSL https://static.fers.top/get/omp.sh | bash
一键安装 Oh My Posh 终端美化工具
📄 tailscale.sh
curl -fsSL https://static.fers.top/get/tailscale.sh | bash
一键安装 Tailscale VPN
📁 key
🔑 id_rsa.pub
mkdir -p ~/.ssh && curl -fsSL https://static.fers.top/key/id_rsa.pub >> ~/.ssh/authorized_keys && chmod 700 ~/.ssh && chmod 600 ~/.ssh/authorized_keys
创建 .ssh 目录并添加 SSH 公钥到授权密钥,同时设置正确的权限
已复制到剪贴板!