Skip to content

Instantly share code, notes, and snippets.

View faimin's full-sized avatar
👻
learning

Zero.D.Saber faimin

👻
learning
View GitHub Profile
@faimin
faimin / alacrittty.toml
Created January 1, 2024 13:42
alacrittty.toml
# config path: '~/.config/alacritty/alacritty.toml'
live_config_reload = true
[colors]
draw_bold_text_with_bright_colors = true
[colors.bright]
black = "#625e4c"
blue = "#9d65ff"
@faimin
faimin / .swiftformat
Last active September 13, 2025 09:36
Swiftformat格式化规则定制
# SwiftFormat config compliant with Google Swift Guideline
# https://google.github.io/swift/#control-flow-statements
# Specify version used in a project
--swiftversion 5.10
# Rules explicitly required by the guideline
--rules \