Skip to content

nyssance/Free

Repository files navigation

Free

Ruff License: MIT python macOS

井井兮其有理也 简体中文


Installation

macOS

  1. Install Homebrew.

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  2. 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
  3. Install uv.

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

    Powerlevel10k installation

Windows

  1. Install Scoop.

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

    c.run("curl -LsSf https://astral.sh/uv/install.sh | sh")
  3. Install Oh My Posh Optional.

    winget upgrade JanDeDobbeleer.OhMyPosh -s winget
  4. Install Terminal-Icons Optional.

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

Python

  1. Install Python.

    brew install python
  2. Install Fabric, InquirerPy, Rich.

    uv tool install --with InquirerPy --with rich fabric
  3. 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

Upgrade

cd ~ && fab upgrade

Vendor

Tools

Distribute

Font

Android

iOS / macOS

Java

JavaScript & TypeScript

Python

Database

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

About

井井兮其有理也

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages