zoukankan      html  css  js  c++  java
  • 初始化

    18.04 源

    echo "deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse" > /etc/apt/sources.list
    echo "deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse" > /etc/apt/sources.list
    echo "deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse" > /etc/apt/sources.list
    echo "deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse" > /etc/apt/sources.list
    echo "deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse" > /etc/apt/sources.list
    echo "deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse" > /etc/apt/sources.list
    echo "deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-security main restricted universe multiverse" > /etc/apt/sources.list
    echo "deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-security main restricted universe multiverse" > /etc/apt/sources.list
    echo "deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-proposed main restricted universe multiverse" > /etc/apt/sources.list
    echo "deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-proposed main restricted universe multiverse" > /etc/apt/sources.list
    
    apt-get update

    tools

    apt-get install build-essential -y
    apt-get install vim -y
    apt-get install git -y
    apt-get install fswatch -y
    apt-get install p7zip-full -y
    apt-get install cmake -y
    apt-get install net-tools -y
    apt-get install tmux -y
    apt-get install gawk -y
    apt-get install tree -y
    apt-get install flex -y
    apt-get install bison -y
    apt-get install exfat-utils -y
    apt-get install httrack -y
    apt-get install fcitx-bin -y
    apt-get install fcitx-table -y
    apt-get install ttf-mscorefonts-installer -y
    apt-get install fontconfig
    apt-get install terminator -y
    apt-get install lua5.3 -y
    apt-get install curl -y
    apt-get install fzf -y
    apt-get install expect -y
    apt-get install openjdk-8-jdk -y

    node typescript

    apt-get install nodejs -y
    apt-get install npm -y
    npm config set registry https://registry.npm.taobao.org
    npm install -g typescript

    清理

    apt-get autoclean
    apt-get clean
    apt-get autoremove

    .

  • 相关阅读:
    winform 剔除空格与换行显示
    编码
    todo
    react高阶函数组件
    Docker-compose Setup for Self-hosting Development & Deployment Tools
    Self-hosting Sentry With Docker and Docker-compose
    how does Array.prototype.slice.call() work?
    todo reading
    a better git log
    https://coderwall.com/p/7smjkq/multiple-ssh-keys-for-different-accounts-on-github-or-gitlab
  • 原文地址:https://www.cnblogs.com/Searchor/p/13067914.html
Copyright © 2011-2022 走看看