GIT_USER_NAME=${your_name} GIT_USER_EMAIL=${your_email} bash -c "$(curl -fsSL "https://raw.githubusercontent.com/acathe/setup_env/master/debian.sh")"
bash -c "$(curl -fsSL "https://raw.githubusercontent.com/acathe/setup_env/master/macos.sh")"
By default, the following applications are installed.
You can use the DISABLE
parameter to turn them off.
Option | Terminals |
---|---|
DISABLE_GIT |
Git |
GIT_USER_NAME |
^ |
GIT_USER_EMAIL |
^ |
DISABLE_ZSH |
Zsh |
DISABLE_OMZ |
Oh-My-Zsh |
By default, the following applications are not installed.
You can use the ENABLE
parameter to install them.
Option | Langs |
---|---|
ENABLE_CPP |
C++ |
ENABLE_GOLANG |
Golang |
ENABLE_RUST |
Rust |
ENABLE_PYTHON |
Python |
By default, the following applications are installed.
You can use the DISABLE
parameter to turn them off.
Option | Terminals |
---|---|
DISABLE_HOMEBREW |
HomeBrew |
DISABLE_OMZ |
Oh-My-Zsh |
By default, the following applications are not installed.
You can use the ENABLE
parameter to install them.
Option | Applications |
---|---|
ENABLE_ORBSTACK |
Orbstack |
ENABLE_VSCODE |
Visual Studio Code |
ENABLE_CHATGPT |
ChatGPT |
ENABLE_UTM |
UTM |
Restart the terminal to configure Powerlevel10k.
The script will download the fonts required for the Powerlevel10k theme. You will need to set them up in your terminal manually.
- Set the "Terminal Theme" to
Pro
. - Configure the font for the "Terminal Pro Theme" as
MesloLGS NF
with a font size of13
. - Set the "Terminal Pro Theme" shell to
close when the shell exits completely
.
- Support retry on failure, not restart.
- Support syncing VSCode settings.