Skip to content

Latest commit

 

History

History
189 lines (128 loc) · 4.82 KB

README-zh_CN.md

File metadata and controls

189 lines (128 loc) · 4.82 KB

macOS Homebrew

Windows Scoop

Ruff License: MIT python

Free English

安装

macOS

  1. 安装 Homebrew

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  2. 安装 Oh My Zshzsh-autosuggestionszsh-syntax-highlightingPowerlevel10k 可选。

    sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
    brew install zsh-autosuggestions zsh-syntax-highlighting
  3. 安装 uv

    c.run("curl -LsSf https://astral.sh/uv/install.sh | sh")

    Powerlevel10k 安装

Windows

  1. 安装 Scoop

    Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
    irm get.scoop.sh | iex
  2. 安装 uv

    c.run('powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"')
  3. 安装 Oh My Posh 可选。

    winget install JanDeDobbeleer.OhMyPosh -s winget
  4. 安装 Terminal-Icons 可选。

    Install-Module -Name Terminal-Icons -Repository PSGallery
    Import-Module -Name Terminal-Icons

Python

  1. 安装 Python

    brew install python
  2. 安装 FabricInquirerPyRich

    uv tool install fabric --with InquirerPy --with rich
  3. 下载 fabfile.py.fabric.yaml.zshrc 到用户主目录并运行安装。

    cd ~
    curl -fsSL -O https://raw.githubusercontent.com/nyssance/Free/main/fabfile.py -o .fabric.yaml https://raw.githubusercontent.com/nyssance/Free/main/fabric.yaml -o .zshrc https://raw.githubusercontent.com/nyssance/Free/main/zshrc
    source .zshrc
    fab install

升级

cd ~ && fab upgrade

Vendor

安装的工具

分发

字体

Android

iOS / macOS

Java

JavaScript & TypeScript

Python

数据库

Free is released under the MIT license. See LICENSE for details.