Coder Social home page Coder Social logo

windowsandubuntu's Introduction

WindowsAndUbuntu

基于 Windows + Hyper-V + WSL + Ubuntu 虚拟机的开发环境

windowsandubuntu's People

Contributors

codetalks-new avatar

Watchers

 avatar  avatar

windowsandubuntu's Issues

【字体】Windows 及 Ubuntu 字体美化

字体的美化主要是将我之前在 Mac 下比较喜欢的。安装到 Windows 和 Ubuntu 上来。

  1. 终端及英文字体 Melon Melon 字体下载
  2. 平方字体, 平方字体是相当于 Apple 的 SF字体的中文版本。这个可以 从网上下载得到 。

【Ubuntu】 软件源的配置

  1. apt 命令相关配置 在 /etc/apt 目录下。

  2. /etc/apt/sources.list 定义了当前系统的软件源配置 。
    示例如下 :
    deb http://archive.ubuntu.com/ubuntu/ bionic universe
    其中 bionic 是版本的发行代码 ,我当前是 18.04 所以是 bionic ,universe 指的软件源类型,还有很多,具体见配置 。

  3. 本次主要使用国内的阿里去的源。
    参考链接: https://opsx.alibaba.com/guide?lang=zh-CN&document=69a2341e-801e-11e8-8b5a-00163e04cdbb
    主要是在 sources.list.d 目录下创建一个 aliyun.list 用于添加对应镜像源。 系统会自动 选择速度快的源的。 另外其中 deb-src 开头的源可以 注释掉。因为一般不用其来下载源代码 。

  4. 源添加之后 ,执行 sudo apt update 刷新。之后将可体验国内快速下载安装软件的体验了。

【Ubuntu】 终端与Shell环境

  1. 安装 zsh sudo apt install zsh

  2. 没有安装 Git 的话,先安装Git,因为 oh-my-zsh 是通过 Git 来管理脚本升级的。sudo apt install git

  3. 安装 oh-my-zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

  4. 配置主题,在 .zshrc 中找到 ZSH_THEME 看说明可选择自己喜欢主题,我之前一般是默认主题,但是现在觉得可以 换一下了,换成了 avit.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.