Skip to content

Instantly share code, notes, and snippets.

View redblue9771's full-sized avatar
👀
Studying at freeCodeCamp

赤琦 redblue9771

👀
Studying at freeCodeCamp
View GitHub Profile
@redblue9771
redblue9771 / note.txt
Last active January 31, 2020 14:12
deepin-wine-tim
pacman -S gnome-settings-daemon //添加到自启
gsettings set org.gnome.desktop.wm.preferences button-layout ':minimize,maximize,close'
### (5)TIM 需要的 Flash 的安装方法
1. 下载需要的 install_flash_player_ppapi.exe
2. 将下载的安装文件放入~/.deepinwine/Deepin-TIM/drive_c 下,即 TIM 所在 Wine C 盘根目录
3. 打开一个 Terminal ,执行:
@redblue9771
redblue9771 / Conventional Commits.md
Last active November 17, 2020 07:44
约定式提交规范

1. 全局安装commitizen & cz-conventional-changelog

commitizen是一个撰写合格commit message的工具,用于代替git commit指令,而 cz-conventional-changelog 适配器提供 conventional-changelog 标准(约定式提交标准)。

基于不同需求,也可以使用不同适配器。

npm install -g commitizen cz-conventional-changelog
echo '{ "path": "cz-conventional-changelog" }' > ~/.czrc
@redblue9771
redblue9771 / 📊 Weekly development breakdown
Last active October 29, 2020 00:34
📊 Weekly development breakdown
TypeScript 3 hrs 34 mins ████████████▋░░░░░░░░ 60.3%
Other 1 hr 51 mins ██████▌░░░░░░░░░░░░░░ 31.3%
Markdown 7 mins ▍░░░░░░░░░░░░░░░░░░░░ 2.0%
Python 7 mins ▍░░░░░░░░░░░░░░░░░░░░ 2.0%
JSON 3 mins ▏░░░░░░░░░░░░░░░░░░░░ 1.1%