Skip to content

Instantly share code, notes, and snippets.

@sizumita
Last active March 13, 2023 07:38
Show Gist options
  • Save sizumita/c0f995436e9cc71465bb695989f6328c to your computer and use it in GitHub Desktop.
Save sizumita/c0f995436e9cc71465bb695989f6328c to your computer and use it in GitHub Desktop.

必要な機能

  • 自分のdotfilesと組み合わせて使える
  • dotfilesでzshとかの初期化をした後にsetupできる
    • ZDOTDIRとか設定したやつちゃんと読み込んでくれる
  • configファイルを編集した後にsyncコマンドとかでうまくバージョンアップとかしてくれる
  • .zshrcとかでenvコマンドみたいなの使ったらconfigに書いたaliasとpathを通してくれる
  • nとかpyenvとかで対応しているサービスの環境を切り替えたらsyncコマンドしたら自動的に同期してくれる

対応したいサービス

  • homebrew
  • node.js (-g)
  • cargo install
  • python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment