Skip to content

Instantly share code, notes, and snippets.

@jiz4oh
jiz4oh / default.custom.yaml
Last active November 9, 2024 14:14
Rime-配置
# 基础引擎框架配置,patch 会更新 default.yaml 文件
patch:
schema_list:
- schema: double_pinyin_flypy
- schema: luna_pinyin_simp
switcher/hotkeys:
# 切换选项菜单的快捷键
- "Alt+Shift+grave"
- "Control+grave"
@miguelmota
miguelmota / install_tor.sh
Created August 12, 2020 22:08
Arch linux install tor browser
sudo pacman -S torbrowser-launcher
torbrowser-launcher
# Hello, and welcome to makefile basics.
#
# You will learn why `make` is so great, and why, despite its "weird" syntax,
# it is actually a highly expressive, efficient, and powerful way to build
# programs.
#
# Once you're done here, go to
# http://www.gnu.org/software/make/manual/make.html
# to learn SOOOO much more.