pacakges install
# Building
brew install automake gcc gdb cmake gnu-getopt gnu-sed node go
# Utils
brew install git rainbarf bat ccat wget tree fzf the_silver_searcher ripgrep fd eza sesh
# Apps
brew install tmux neovim jesseduffield/lazygit/lazygit yazi gh
# Yazi
brew install poppler ffmpeg sevenzip jq starship imagemagick
# 载入 Conda
export CONDA_PREFIX=$(conda info --base) # 获取conda的基础路径
source $CONDA_PREFIX/etc/profile.d/conda.sh # 加载conda脚本
conda activate AI