Jane's Blog

Helix配置文件

theme = "catppuccin_mocha"

[editor]
line-number = "relative"
cursorline = true
completion-timeout = 5
completion-trigger-len = 1
end-of-line-diagnostics = "hint"

[editor.statusline]
left = ["spacer", "version-control", "spacer", "spinner"]
center = ["mode"]
right = ["diagnostics", "position", "file-type"]
mode.normal = "NORMAL"
mode.insert = "INSERT"
mode.select = "SELECT"

[editor.auto-save.after-delay]
enable = true
timeout = 500

[editor.indent-guides]
render = true

常用软件

浏览器: Safari

终端: Wezterm

数据库管理: DataGrip

Docker: OrbStack

编辑器: Zed

git无法 clonepush 的问题

~/.ssh/config

Host github.com
    Hostname ssh.github.com
    Port 443
    User git

下载ShellCrash

export url='https://fastly.jsdelivr.net/gh/juewuy/ShellCrash@master' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null

常用github actions

# gitleaks
- uses: gitleaks/gitleaks-action@v2
  env:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}