0
0

More than 1 year has passed since last update.

【2023年版】asdf のインストール手順( zsh + homebrew )

Last updated at Posted at 2023-08-18

実行環境

OS macOS Ventura 13.5
shell zsh 5.9 (x86_64-apple-darwin22.0)
middleware Homebrew 4.1.5

本記事で得られる結果

  • asdfの実行環境

参考資料

Getting Started | asdf

事前準備

  1. Homebrewがインストール済みであること

手順

  1. asdfが依存しているツール群のインストール

    brew install coreutils curl git
    
  2. asdfのダウンロード

    brew install asdf
    
  3. asdfのインストール(zsh+Homebrewの場合)

    echo -e "\n. $(brew --prefix asdf)/libexec/asdf.sh" >> ${ZDOTDIR:-~}/.zshrc
    
  4. 各種プラグインのインストール

  • node.jsの場合

  • PHPの場合

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0