이 가이드는 Codespaces 환경에서 Starship 설정과 함께 ZSH 자동 완성(Auto Suggestions) 및 ZSH 문법 하이라이트(Syntax Highlighting) 를 설정하는 방법을 안내합니다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # /// script | |
| # requires-python = ">=3.12" | |
| # dependencies = [ | |
| # "click>=8.3.1", | |
| # "scrapetube>=2.6.0", | |
| # ] | |
| # /// | |
| import scrapetube | |
| import click |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Flow2@Lofree", | |
| "vendorProductId": 948764673, | |
| "macros": ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""], | |
| "layers": [ | |
| [ | |
| "KC_ESC", | |
| "KC_1", | |
| "KC_2", | |
| "KC_3", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # /// script | |
| # requires-python = ">=3.12" | |
| # dependencies = [ | |
| # "numpy", | |
| # "opencv-python", | |
| # "pillow", | |
| # ] | |
| # /// | |
| """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- 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 | |
| }, |
NewerOlder