Skip to main content

install oh-my-zsh

oh-my-zsh

1. install miniconda

miniconda install

for arm64

download & install the .sh installer by running the following:
  • enter yes to agree to the TOS
  • press RETURN to accept the default install location (PREFIX=/Users/<USER>/miniconda3)
  • choose an initialization options:
    • Yes - conda modifies your shell configuration to initialize conda whenever you open a new shell and to recognize conda commands automatically.
    • No - conda will not modify your shell scripts. After installation, if you want to initialize, you must do so manually. For more information, see Manual shell initialization.
  • the installer finishes and displays, “Thank you for installing Miniconda3!”
= Close and re-open your terminal window for the installation to fully take effect, or use the following command to refresh the terminal:
You should see (base) in the command line prompt. This tells you that you’re in your base conda environment. To learn more about environments, see Environments. Test your installation by running conda list. If conda has been installed correctly, a list of installed packages appears.

install uv

uv
add to .zshrc

test py file