avatarGuany 的博客
项目文档使用

文档

指南

  • 简介

环境

  • macOS
  • Linux
  • Ubuntu
  • Windows
  • WSL
  • Zsh
  • PowerShell
  • Warp
  • Windows Terminal
  • VS Code
  • Git
  • SSH
  • Docker
  • fnm
  • ni
  • Claude Code
  • fastfetch
  • Raycast
  • ZeroTier

zsh

Zsh

安装

使用说明

config

页面导航

  • 安装
  • 使用说明
  • config
sh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
sh
cd ~/.oh-my-zsh/plugins
sh
gcl https://github.com/zsh-users/zsh-autosuggestions.git
sh
gcl https://github.com/zsh-users/zsh-syntax-highlighting.git
sh
gcl https://github.com/agkozak/zsh-z.git
sh
cd ~
sh
curl -sS https://starship.rs/install.sh | sh
sh
plugins=(  git  command-not-found  zsh-autosuggestions  zsh-syntax-highlighting  zsh-z)
sh
eval "$(starship init zsh)"
sh
function i() {  cd ~/i/$1}