常用工具/软件/脚本/网站#

这里记录了我常用的一些东西,主要用于帮助自己速查和重新设置环境。

Fast Snippets#

1. Git Fixup#

Fixing commits with git commit —fixup and git rebase —autosquash | Jordan Elver | Ruby on Rails Developer, Bristol, UK

TL;DR
  1. Add autosquash to ~/.gitconfig

    [rebase]
    autosquash = true
    
  2. Add alias to ~/.gitconfig

    [alias]
    fixup = "!git log -n 50 --pretty=format:'%h %s' --no-merges | fzf | cut -c -7 | xargs -o git commit --fixup"
    

应用软件#

  • GTD
    • 滴答清单(上交年供)
  • 邮件
    • Resend(暂停使用)
    • Ahasend(暂停使用)
    • Outlook(MS 365)
    • Gmail
    • Proton Mail
  • 笔记
    • Visual Studio Code
    • Heptabase(上交年供)
  • 文档技术栈
    • Markdown
    • Typst(有时会用,不可替代LaTeX)
    • LaTeX
  • 文档工具链
    • Visual Studio Code(All In One)
    • Typst
    • Tinymist(Typst)
    • MikTex(LaTeX)
    • TeXWorkshop(LaTeX)
  • 常用工具
    • chsrc
    • git
    • cz-git(所有人都应该用这个来写 commit)
    • Bitwarden(Vaultwarden)