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.
c.run("curl -LsSf https://astral.sh/uv/install.sh | sh")
-
Install Scoop.
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
irm get.scoop.sh | iex
-
Install uv.
c.run('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.
brew install python
-
Install Fabric, InquirerPy, Rich.
uv tool install fabric --with InquirerPy --with rich
-
Download
fabfile.py
,.fabric.yaml
,.zshrc
to 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 .zshrc
fab install
cd ~ && fab upgrade
Free is released under the MIT license. See LICENSE for details.