Skip to content

Instantly share code, notes, and snippets.

View itgoyo's full-sized avatar
💻
出身不及赵甲第,努力应当陈浮生。

编程吴彦祖 代码蔡徐坤 itgoyo

💻
出身不及赵甲第,努力应当陈浮生。
View GitHub Profile
@itgoyo
itgoyo / git_toturial
Created June 20, 2017 07:50 — forked from guweigang/git_toturial
git命令大全
git init # 初始化本地git仓库(创建新仓库)
git config --global user.name "xxx" # 配置用户名
git config --global user.email "xxx@xxx.com" # 配置邮件
git config --global color.ui true # git status等命令自动着色
git config --global color.status auto
git config --global color.diff auto
git config --global color.branch auto
git config --global color.interactive auto
git config --global --unset http.proxy # remove proxy configuration on git
git clone git+ssh://git@192.168.53.168/VT.git # clone远程仓库
@itgoyo
itgoyo / Git-Commands
Created June 20, 2017 13:43
Git-Commands
git init # 初始化本地git仓库(创建新仓库)
git config --global user.name "xxx" # 配置用户名
git config --global user.email "xxx@xxx.com" # 配置邮件
git config --global color.ui true # git status等命令自动着色
git config --global color.status auto
git config --global color.diff auto
git config --global color.branch auto
git config --global color.interactive auto
git config --global --unset http.proxy # remove proxy configuration on git
git clone git+ssh://git@192.168.53.168/VT.git # clone远程仓库
@itgoyo
itgoyo / gitstars.json
Created February 6, 2018 08:34
github stars manager for production
{"tags":[],"lastModified":1517906051640}
@itgoyo
itgoyo / gist:70c4b0caacec054d2e74e13b7fbb326a
Created November 8, 2018 02:28
Surfingkeys_Keyboard_Shortcuts
map('<Ctrl-s>', 'S');
map('<Ctrl-d>', 'D');
@itgoyo
itgoyo / cnblog-css.css
Last active January 20, 2020 01:48
cnblog-css
#EntryTag{margin-top:20px;font-size:9pt;color:gray}.topicListFooter{text-align:right;margin-right:10px;margin-top:10px}#divRefreshComments{text-align:right;margin-right:10px;margin-bottom:5px;font-size:9pt}*{margin:0;padding:0}html{height:100%;max-height:100%;font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{background-color:#fff;font-size:12px;max-height:100%;font-family:"Merriweather","Open Sans","Microsoft Jhenghei","Microsoft Yahei",sans-serif;color:#3a4145;-moz-font-feature-settings:'kern'1;-o-font-feature-settings:'kern'1;overflow:hidden}body:before{content:'';display:block;z-index:-1;position:fixed;top:0;left:0;right:0;bottom:0;background-size:20px 20px}::-moz-selection{background:#d6edff}::selection{background:#d6edff}table{border-collapse:collapse;border-spacing:0}fieldset,img{margin-left:30px;border:0}li{list-style:none}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;padding-left:20px}a{outline:0;color:#2daebf}a:link{color:#2daebf;text-decoration:none}a:visited{color:#2daebf;text-de
@itgoyo
itgoyo / latest_videos
Last active September 29, 2022 02:37
My Latest BiliBili videos 👇
【PotPlayer】一款被大多数人低估的... ▶️:1.5k 💬:20
不装了,我摊牌了!公开多年用NAS赚... ▶️:43k 💬:0.2k
398买的蜗牛星际NAS用了3个月挣了1500 ▶️:0.1m 💬:0.3k
就离谱!这玩意让你电脑温度降一半,... ▶️:29k 💬:0.2k
变声器-用变声器和室友网恋被发现后... ▶️:3.2k 💬:13
@itgoyo
itgoyo / 🎵 My last week in music
Last active April 13, 2022 01:01
🎵 My last week in music
🥇 ᐇ - Seto · 0 plays
🥈 Возьми сердце моё - Канги · 0 plays
🥉 luv u 2 - Seto · 0 plays
落日归山海,陪伴成告白 - Seto · 0 plays

Force RGB Color on M1 Mac

How to Force RGB Color Output instead of YPbPr on your M1 Apple Silicon Mac for an External Monitor.

This step-by-step video tutorial will guide you through the procedure of forcing RGB color output on your M1 Mac.

Force RGB Color on M1 Mac

Here is the direct link to the video tutorial: https://www.youtube.com/watch?v=Z1EqH3fd0V4

The video also has Closed Captions (Subtitles) that you can enable, to make it easier to follow if needed.