当前位置: 首页 > news >正文

自建设网站有什么做视频的免费素材网站好

自建设网站,有什么做视频的免费素材网站好,网络空间,wordpress tag列表页面作为一个Windows的长期用户#xff0c;一直没有给款好用的终端#xff0c;知道遇到了 cmder#xff0c;它拯救一个习惯用Windows敲shell命令的人。 不用跟我安利macOS真香#xff01;公司上班一直用macOS#xff0c;一方面确实更加习惯windows下面学习, 另一方面是上课需要…作为一个Windows的长期用户一直没有给款好用的终端知道遇到了 cmder它拯救一个习惯用Windows敲shell命令的人。 不用跟我安利macOS真香公司上班一直用macOS一方面确实更加习惯windows下面学习, 另一方面是上课需要Windows QQ共享桌面。  windows Terminal 1.0发布那么是时候和 cmder 说再见了。 不过需要做一些配置和美化。 美化主题 安装posh-git和oh-my-posh Install-Module posh-git -Scope CurrentUser Install-Module oh-my-posh -Scope CurrentUser 启用默认设置 Set-Prompt设置主题 Set-Theme Sorinoh-my-posh 支持十几种主题 Set-Theme位于命令管道位置 1 的 cmdlet Set-Theme 请为以下参数提供值: name: ?警告: Theme ? not found. Available themes are:Name Type Location ---- ---- -------- Agnoster Defaults C:\Users\fnngj\Documents\WindowsPowerShell\Modules\oh-my-posh\2.0.412\Themes\Agnoster... AgnosterPlus Defaults C:\Users\fnngj\Documents\WindowsPowerShell\Modules\oh-my-posh\2.0.412\Themes\Agnoster... Avit Defaults C:\Users\fnngj\Documents\WindowsPowerShell\Modules\oh-my-posh\2.0.412\Themes\Avit.psm1 Darkblood Defaults C:\Users\fnngj\Documents\WindowsPowerShell\Modules\oh-my-posh\2.0.412\Themes\Darkbloo... Fish Defaults C:\Users\fnngj\Documents\WindowsPowerShell\Modules\oh-my-posh\2.0.412\Themes\Fish.psm1 Honukai Defaults C:\Users\fnngj\Documents\WindowsPowerShell\Modules\oh-my-posh\2.0.412\Themes\Honukai.... Paradox Defaults C:\Users\fnngj\Documents\WindowsPowerShell\Modules\oh-my-posh\2.0.412\Themes\Paradox.... Powerlevel10k-Classic Defaults C:\Users\fnngj\Documents\WindowsPowerShell\Modules\oh-my-posh\2.0.412\Themes\Powerlev... Powerlevel10k-Lean Defaults C:\Users\fnngj\Documents\WindowsPowerShell\Modules\oh-my-posh\2.0.412\Themes\Powerlev... PowerLine Defaults C:\Users\fnngj\Documents\WindowsPowerShell\Modules\oh-my-posh\2.0.412\Themes\PowerLin... pure Defaults C:\Users\fnngj\Documents\WindowsPowerShell\Modules\oh-my-posh\2.0.412\Themes\pure.psm1 robbyrussell Defaults C:\Users\fnngj\Documents\WindowsPowerShell\Modules\oh-my-posh\2.0.412\Themes\robbyrus... Sorin Defaults C:\Users\fnngj\Documents\WindowsPowerShell\Modules\oh-my-posh\2.0.412\Themes\Sorin.psm1 tehrob Defaults C:\Users\fnngj\Documents\WindowsPowerShell\Modules\oh-my-posh\2.0.412\Themes\tehrob.psm1 使用记事本打开PS配置文件如无则创建该文件 if (!(Test-Path -Path $PROFILE )) { New-Item -Type File -Path $PROFILE -Force } notepad $PROFILE随后在打开的记事本窗口里在文末加入下面内容以让Powershell在启动之时应用主题然后保存。仅对当前用户生效 Import-Module posh-git Import-Module oh-my-posh Set-Theme Sorin 设置字体 如果你设置的主题出现乱码可以安装SarasaGothic字体库。 scoop bucket add nerd-fontsscoop install SarasaGothic 或者直接到github下载 Releases · be5invis/Sarasa-Gothic · GitHub 然后将字体库解压 复制到 C:\Windows\Font\ 目录。 Windows Terminal 设置 点击 Windows Terminal 向下箭头选择设置将会找打开一个配置文件。 // This file was initially generated by Windows Terminal 1.0.1401.0 // It should still be usable in newer versions, but newer versions might have additional // settings, help text, or changes that you will not see unless you clear this file // and let us generate a new one for you. // To view the default settings, hold alt while clicking on the Settings button. // For documentation on these settings, see: https://aka.ms/terminal-documentation {$schema: https://aka.ms/terminal-profiles-schema,defaultProfile: {61c54bbd-c2c6-5271-96e7-009a87ff44bf},// You can add more global application settings here.// To learn more about global settings, visit https://aka.ms/terminal-global-settings// If enabled, selections are automatically copied to your clipboard.copyOnSelect: false,// If enabled, formatted data is also copied to your clipboardcopyFormatting: false,// A profile specifies a command to execute paired with information about how it should look and feel.// Each one of them will appear in the New Tab dropdown,// and can be invoked from the commandline with wt.exe -p xxx// To learn more about profiles, visit https://aka.ms/terminal-profile-settingsprofiles: {defaults: {// Put settings here that you want to apply to all profiles.fontFace: Sarasa Term Slab SC, // 选择字体前面安装的backgroundImage : C:/Users/fnngj/Pictures/bg.jpg, // 设置背景图片backgroundImageOpacity : 0.9, // 背景图片透明度fontSize : 16, // 字体大小foreground: #76EE00 //字体颜色},//... 当然你也可以在继续安装vim 工具来更加符合你的 shell习惯。 总结 感谢每一个认真阅读我文章的人 作为一位过来人也是希望大家少走一些弯路如果你不想再体验一次学习时找不到资料没人解答问题坚持几天便放弃的感受的话在这里我给大家分享一些自动化测试的学习资源希望能给你前进的路上带来帮助 软件测试面试文档 我们学习必然是为了找到高薪的工作下面这些面试题是来自阿里、腾讯、字节等一线互联网大厂最新的面试资料并且有字节大佬给出了权威的解答刷完这一套面试资料相信大家都能找到满意的工作。
http://www.zqtcl.cn/news/806712/

相关文章:

  • 广州营销型网站建设公司哪家名气大朝阳网络公司
  • 网站怎么做排查修复关键词排名优化网站
  • 上海企业网站动易网站模版的制作
  • 北京网站建设华大网站模拟课堂模式应该怎么做
  • 站长工具 seo综合查询有新的wordpress更新是英文版
  • 做微信头图的网站成都做seo网站公司
  • 工程设计东莞网站建设技术支持wordpress+打断点
  • 一个域名可以绑定几个网站网站建设如何做账
  • PHP网站建设的课后笔记一个产品的营销方案
  • 宝塔linux面板官网泰州seo
  • 咸阳城乡建设局网站动漫网站设计方案
  • 狮岭网站建设怎么建设英文网站
  • 网站建设需要交印花税吗wordpress远程自动下载图片
  • 专门做外国的网站有哪些seo网络优化师就业前景
  • 安阳信息港网站门户网站的特点
  • 宏大建设集团网站婚恋网站建设的目的
  • 企业网站建设有什么好设计网站公司的账务处理
  • 网站备案有什么要求wordpress导航栏上方
  • 河南专业建网站wordpress seo模板
  • 网站开发的教学课程策划公司经营范围有哪些
  • 需要锦州网站建设男生和女生做污的事情免费网站
  • 互联网网站商标免费做h5的网站有哪些
  • 营销型网站五大系统 单仁深圳住房与建设局官网
  • nas 做网站wordpress音乐门户主题
  • 企业邮箱163登录入口seo建站需求
  • 外贸企业网站源码下载域名和服务器多少钱
  • 镇江专业建网站建设外汇网站
  • 网站关键词优化软件效果wordpress如何网站顶部右侧广告
  • seo整站优化报价wordpress网站资源
  • 假冒彩票网站开发仿小刀娱乐wordpress主题