Back

先放两个 Star List 在这里:

1Panel

文档

avatar

1Panel

23391 Go

🔥 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

猫猫

avatar

mihomo

17191 Python

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 版本进行管理。

avatar

nvm

80907 Shell

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
bash

Nrm

avatar

nrm

2879 TypeScript

NPM registry manager, fast switch between different registries: npm, cnpm, nj, taobao

npm install -g nrm
zsh

MiniConda

Minoconda

我使用 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
shell

Zoxide

avatar

zoxide

23307 Rust

A smarter cd command. Supports all major shells.

curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash
bash

Starship

avatar

starship

45783 Rust

☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!

curl -sS https://starship.rs/install.sh | sh
bash

fzf

avatar

fzf

66153 Go

: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
bash

Zsh

我使用 rcm 来管理配置文件 dotfiles, 通过 rcm 可以将配置文件备份至 ~/.dotfiles,也可以从 ~/.dotfiles 通过软连接的形式还原备份至 ~

从 dotfiles 还原备份至 ~/.dotfiles

rcup -t linux
zsh

Pnpm

avatar

pnpm

30044 TypeScript

Fast, disk space efficient package manager

npm i pnpm -g
zsh
从零开始配置 Linux
https://arthals.ink/blog/initialize-linux
Author Arthals
Published at October 5, 2023
Comment seems to stuck. Try to refresh?✨