# toolbox **Repository Path**: philiam/toolbox ## Basic Information - **Project Name**: toolbox - **Description**: 自己编写的工具脚本和第三方好用的工具自动下载脚本 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-06 - **Last Updated**: 2024-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 自己编写和收集的优秀工具 ## fzf和vim-plug安装 linux 安装命令, 从gitee源码脚本安装,脚本中替换了github的源码地址,加快下载速度 ```bash wget https://gitee.com/philiam/toolbox/raw/master/fzf/install.sh -O /tmp/fzf_install.sh && chmod +x /tmp/fzf_install.sh && /tmp/fzf_install.sh ``` 或者 ```bash curl https://gitee.com/philiam/toolbox/raw/master/fzf/install.sh | bash ``` ## homebrew安装 ```bash wget https://gitee.com/philiam/toolbox/raw/master/brew/install.sh -O /tmp/homebrew_install.sh && chmod +x /tmp/homebrew_install.sh && /tmp/homebrew_install.sh ```