Theses are the run command files load on the macOS, .zshrc
.
- Create a file
- Copy and paste the command on the file
- Open
.zshrc
- Type
source <filename>
on the.zshrc
- Once done, save the file and
source .zshrc
The "Bash Script Installer" simplifies the setup of Zsh, Go, Python, GNU GCC, and .NET on Unix-based systems, providing a user-friendly, automated installation process for developers.
Copy and paste to the terminal
# Download ZSH
bash -c "$(curl -fsSL https://gist.githubusercontent.com/weehongkoh/e56d8161fa47e3ac8416ad8340ee3f82/raw/2c4e5a8689fedc09dedc28b7dcf08a0a0247ac20/zsh_installer.sh)"
# Download ZSH Clean