Skip to content

Instantly share code, notes, and snippets.

View bs10081's full-sized avatar

Reg Chien bs10081

View GitHub Profile
@bs10081
bs10081 / luna_pinyin.emoji.dict.yaml
Created March 13, 2023 02:03 — forked from lembacon/luna_pinyin.emoji.dict.yaml
Pinyin-Emoji Dictionary for Squirrel
# Rime dictionary
# encoding: utf-8
---
name: luna_pinyin.emoji
version: "2017.02.10"
sort: by_weight
use_preset_vocabulary: true
...
@bs10081
bs10081 / afp.conf
Created April 13, 2021 13:56
配置TimeCapsule
[Global]
mimic model = TimeCapsule6,106
[Time Machine]
path = /mnt/TimeCapsule
time machine = yes
@bs10081
bs10081 / .vimrc
Created April 28, 2020 07:21
VIM配置文檔
set clipboard=unnamedplset number
syntax on
set tabstop=2 " The width of a TAB is set to 4.
set shiftwidth=2 " Indents will have a width of 4.
set softtabstop=2 " Sets the number of columns for a TAB.
set expandtab " Expand TABs to spaces.
set ai
set clipboard=unnamedplus