点文件
开发环境设置
ArchLinux
键盘调整
通过蓝牙连接Apple Magic Keyboard
pacman -S bluez-utilz bluez-hid2hci
# get the MAC address of the keyboard
bluetoothctl
[bluetooth]$ power on
[bluetooth]$ devices
Device xx:xx:xx:xx:xx:xx Apple Wireless Keyboard
# connect the key
dotfiles (macOS)
TLDR; 存储和恢复我的(macOS)开发环境的配置。
用于保存配置的摘要工作流程
# list changes to config files
df status
# add modified or new files
df add
# provide detailed message for the changes
df commit
# push to the central
df push
恢复配置的工作流程摘要
# Get this repo l