Use pixi.
pixi init
pixi add quarto| { | |
| "name": "Flow2@Lofree", | |
| "vendorProductId": 948764673, | |
| "macros": ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""], | |
| "layers": [ | |
| [ | |
| "KC_ESC", | |
| "KC_1", | |
| "KC_2", | |
| "KC_3", |
| # /// script | |
| # requires-python = ">=3.12" | |
| # dependencies = [ | |
| # "numpy", | |
| # "opencv-python", | |
| # "pillow", | |
| # ] | |
| # /// | |
| """ |
| # from https://scottspence.com/posts/speeding-up-my-zsh-shell#ok-so-what-was-making-my-shell-slow | |
| # Performance optimizations | |
| DISABLE_AUTO_UPDATE="true" | |
| DISABLE_MAGIC_FUNCTIONS="true" | |
| DISABLE_COMPFIX="true" | |
| # Cache completions aggressively | |
| autoload -Uz compinit | |
| if [ "$(date +'%j')" != "$(stat -f '%Sm' -t '%j' ~/.zcompdump 2>/dev/null)" ]; then | |
| compinit |
| ;; check out, https://github.com/jtroo/kanata | |
| ;; Caps lock key for hangul, left alt <-> left ctrl key for ergonomics | |
| ;; pressed LControl+Space+Escape, exiting. | |
| ;; (defcfg | |
| ;; process-unmapped-keys yes | |
| ;; ) | |
| (defsrc | |
| grv 1 2 3 4 5 6 7 8 9 0 - = bspc |
| -- You can add your own plugins here or in other files in this directory! | |
| -- I promise not to create any merge conflicts in this directory :) | |
| -- | |
| -- See the kickstart.nvim README for more information | |
| return { | |
| 'nvimtools/none-ls.nvim', | |
| dependencies = { | |
| 'nvimtools/none-ls-extras.nvim', | |
| 'jayp0521/mason-null-ls.nvim', -- ensure dependencies are installed | |
| }, |
| # /// script | |
| # requires-python = ">=3.11" | |
| # dependencies = [ | |
| # "click", | |
| # "nbconvert[webpdf]", | |
| # ] | |
| # /// | |
| import os | |
| import subprocess |
| # ์ด ํ์ผ์ i3-config-wizard(1)์ ์ํด ์๋์ผ๋ก ์์ฑ๋์์ต๋๋ค. ๋ฎ์ด์ฐ์ฌ์ง์ง ์์ผ๋ฏ๋ก ์ํ๋ ๋๋ก ์์ ํ์ญ์์ค. | |
| # ํค๋ณด๋ ๋ ์ด์์์ ๋ณ๊ฒฝํด์ผ ํ๋ ๊ฒฝ์ฐ, ์ด ํ์ผ์ ์ญ์ ํ๊ณ i3-config-wizard(1)๋ฅผ ๋ค์ ์คํํ์ญ์์ค. | |
| # i3 ์ค์ ํ์ผ (v4). https://i3wm.org/docs/userguide.html์ ์ฐธ์กฐํ์ญ์์ค. | |
| # ๋ณ์ ์ค์ | |
| set $mod Mod1 | |
| set $refresh_i3status killall -SIGUSR1 i3status | |
| # ============================================================================== |