先放两个 Star List 在这里:
1Panel
1Panel
🔥 Top-Rated Web-Based Linux Server Management Tool. 1Panel features an intuitive web interface that seamlessly integrates server management and monitoring, container management, database administration, website management, system backup and restoration, and more.
安装命令
curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && sudo bash quick_start.sh
bash猫猫
mihomo
A simple Python Pydantic model for Honkai: Star Rail parsed data from the Mihomo API.
从备份中获取:
- clash 二进制文件
- Country.mmdb 地理数据库
通过 sftp 上传到服务器,目标地址 ~/.config/clash
我使用 yacd ↗ 来作为 web 界面。
如果你需要 GUI,那么可以考虑 clash-nyanpasu ↗
Nvm
我使用 nvm 来对 Node.js 版本进行管理。
nvm
Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
bash安装完成后,换源,将如下命令追加到 .bashrc
export NVM_NODEJS_ORG_MIRROR=http://npm.taobao.org/mirrors/node
bashNrm
nrm
NPM registry manager, fast switch between different registries: npm, cnpm, nj, taobao
npm install -g nrm
zshMiniConda
我使用 MiniConda 来管理 Python 版本、环境。
mkdir -p ~/.miniconda3
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/.miniconda3/miniconda.sh
bash ~/.miniconda3/miniconda.sh -b -u -p ~/.miniconda3
rm ~/.miniconda3/miniconda.sh
shellZoxide
zoxide
A smarter cd command. Supports all major shells.
curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash
bashStarship
starship
☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
curl -sS https://starship.rs/install.sh | sh
bashfzf
fzf
:cherry_blossom: A command-line fuzzy finder
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
bash搭配 ag 使用
sudo apt-get install silversearcher-ag
bashZsh
我使用 rcm ↗ 来管理配置文件 dotfiles, 通过 rcm 可以将配置文件备份至 ~/.dotfiles
,也可以从 ~/.dotfiles
通过软连接的形式还原备份至 ~
。
从 dotfiles 还原备份至 ~/.dotfiles
rcup -t linux
zshPnpm
pnpm
Fast, disk space efficient package manager
npm i pnpm -g
zsh