# AskConfiguration **Repository Path**: OLO992/AskConfiguration ## Basic Information - **Project Name**: AskConfiguration - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-10-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ubuntu 下一些自动化安装脚本 > 所有安装均在 Ubuntu 16.04 下 > 以下脚本都默认已经安装过 curl 和更换了源,建议使用 Tsinghua 源 ## 一键更换源脚本 ```bash sh -c "$(wget https://gitee.com/askeynil/AskConfiguration/raw/master/sources.sh -O -)" ``` ### 安装 curl > 如果运行一键更换脚本,则不需要运行此命令,在更换源脚本中已经安装了 curl ```bash sudo apt install curl ``` ## zsh 安装脚本 ```bash curl https://gitee.com/askeynil/AskConfiguration/raw/master/zsh.sh | bash ``` ## 终端常用插件安装 1. autojump 2. zsh-autosuggestion 3. zsh-syntax-highlighting ```bash curl https://gitee.com/askeynil/AskConfiguration/raw/master/plugins.sh | bash ``` ## ros 安装脚本 ```bash curl https://gitee.com/askeynil/AskConfiguration/raw/master/ros.sh | bash ```