Free 简体中文
-
Install Homebrew.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" -
Install Oh My Zsh, zsh-autosuggestions, zsh-syntax-highlighting, Powerlevel10k Optional.
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"brew install zsh-autosuggestions zsh-syntax-highlighting
-
Install uv.
curl -LsSf https://astral.sh/uv/install.sh | sh -
安装 WailBrew Optional.
brew install --cask wailbrew
Powerlevel10k
-
Install Scoop.
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
irm get.scoop.sh | iex -
Install uv.
'powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"' -
Install Oh My Posh Optional.
winget install JanDeDobbeleer.OhMyPosh -s winget -
Install Terminal-Icons Optional.
Install-Module -Name Terminal-Icons -Repository PSGallery
Import-Module -Name Terminal-Icons
-
Install Python.
uv python install
-
Install Fabric, InquirerPy, Rich.
uv tool install fabric --with InquirerPy --with rich
-
Download
fabfile.py,.fabric.yaml,.zshrcto home directory and run install.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 .zshrcfab install
macOS - Config plugins:vscode
cd ~ && fab upgradeFree is released under the MIT license. See LICENSE for details.