“Bash on Ubuntu on Windows”是 Canonical 和 Microsoft 之间的合作项目
概述
Bash on Windows 为开发人员提供了熟悉的 Bash shell 和 Linux 环境,您可以在其中直接在 Windows 上运行大多数 Linux 命令行工具,无需修改,无需整个 Linux 虚拟机!
Bash/WSL 允许您:
运行常用的命令行实用程序,例如 grep、sed、awk 等。使用与 Linux 兼容的文件系统和层次结构并访问安装在 /mnt/ 下的固定 Windows 存储... 运行 Bash shell 脚本和 Linux 命令行应用程序。包括工具:vim、emacs、tmux 语言:Javascript/node.js、Ruby、Python、C/C++、C# & F#、Rust、Go 等 服务:sshd、MySQL、Apache、lighttpd,使用 apt 安装其他 Linux 工具从 Bash 中调用 Windows 应用程序 从 Windows 中调用 Linux 应用程序!
Windows 上的 Bash 运行 Canonical 提供的 Ubuntu 用户模式二进制文件。这意味着命令行实用程序与在本机 Ubuntu 环境中运行的实用程序相同。
介绍
您可以按照本教程的详细说明在适用于 Linux 的 Windows 子系统中设置 Ubuntu 之类的颜色:
警告
不要使用
screenfetch
上面的显示,使用winscreeny
这里修改的:使用此启动屏幕提供了比教程屏幕更多的详细信息,并避免了类似的错误消息。
终端背景颜色说明汇总
要总结第一个链接中的教程,您需要:
根据下表更改默认终端颜色。
插槽 1:
Red: 78, Green: 154, Blue: 6
Red: 52, Green: 101, Blue: 164
Red: 48, Green: 10, Blue: 36
Red: 6, Green: 152, Blue: 154
Red: 204, Green: 0, Blue: 0
Red: 117, Green: 80, Blue: 123
Red: 196, Green: 160, Blue: 0
Red: 211, Green: 215, Blue: 207
Red: 85, Green: 87, Blue: 83
Red: 114, Green: 159, Blue: 207
Red: 138, Green: 226, Blue: 52
Red: 52, Green: 226, Blue: 226
Red: 239, Green: 41, Blue: 41
Red: 173, Green: 127, Blue: 168
Red: 252, Green: 233, Blue: 79
Red: 238, Green: 238, Blue: 238
正如 Piotr Bartnicki 所指出的,许多人可能更喜欢浅蓝色的目录。如果您属于这个阵营,请将插槽 10 的值放在插槽 2 中。
有点把一些评论变成了答案。
“Bash on Ubuntu on Windows”是 Canonical 和 Microsoft 之间的合作项目
有关其他详细信息,请参阅https://msdn.microsoft.com/en-us/commandline/wsl/about和https://msdn.microsoft.com/en-us/commandline/wsl/faq。
但是 bash 环境的主题化与 Windows 命令提示符的主题化相同。有一些可用的主题,请参阅https://github.com/neilpa/cmd-colors-solarized
但是 Ubuntu 紫色主题尚不可用。
在这里进一步讨论 - https://github.com/Microsoft/BashOnWindows/issues/880