- iOS 15 or later
- macOS Monterey or later
- Create an account on Unsplash
- Go
#!/bin/fish | |
git switch (git branch | fzf | tr -d '[:space:]') |
[ | |
[ | |
{ | |
"y": 1, | |
"x": 1.5, | |
"c": "#d68b9d" | |
}, | |
"Q\n\n\nㄡ\n\n\n\n一", | |
"W\n\n\nㄟ", | |
"E\n\n\nㄜ\n\n\n\n\n\n\nㄝ", |
#!/bin/sh | |
###################################################################### | |
# | |
# SHELL subcommand and argument sample | |
# | |
# USAGE: | |
# bash asd.sh A | |
# bash asd.sh B 123 | |
###################################################################### |
#!/bin/fish | |
cd ~/projects | |
set -x PJ_PATH (find * -type d -maxdepth 0 | fzf --preview 'tree -C {} | head -200') && code $PJ_PATH && cd $PJ_PATH && clear |
{ | |
"title": "F24 mapping", | |
"rules": [ | |
{ | |
"manipulators": [ | |
{ | |
"description": "Cycles the audio device to the next one.", | |
"from": { | |
"key_code": "f24" | |
}, |
{ | |
"title": "caps_lock mapping", | |
"rules": [ | |
{ | |
"description": "Change caps_lock to command+control+option+shift", | |
"manipulators": [ | |
{ | |
"from": { | |
"key_code": "caps_lock", | |
"modifiers": { "optional": ["any"] } |
#!/bin/bash | |
cd $(mktemp -d) | |
poetry new --src temp_project | |
cd temp_project | |
pyenv local 3.11.3 | |
poetry env use python | |
ll | |
poetry add --dev flake8 mypy isort black | |
touch src/temp.py |
#SingleInstance Force | |
*~LShift::Send {Blind}{vk07} | |
*~LAlt::Send {Blind}{vk07} | |
*~RAlt::Send {Blind}{vk07} | |
LShift:: | |
Send {Shift Down} | |
return |
{ | |
"title": "Language toggler", | |
"rules": [ | |
{ | |
"description": "left_shift=English, left_option=Shuangpin, right_command=Japanese, ecs=Reset_ime", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "left_shift", |