For the installation of oh-my-zsh, Docker, Fail2ban, Neovim, and TheFuck.
The default command installs only oh-my-zsh and thefuck.
sh -c "$(curl -fsSL https://raw.githubusercontent.com/guan4tou2/my-linux-setting/main/install.sh)"
To install everything, use the -a option.
sh -c "$(curl -fsSL https://raw.githubusercontent.com/guan4tou2/my-linux-setting/main/install.sh)" -- -a
To configure the p10k for youself.
p10k configure
To install the tools I commonly use.
sh -c "$(curl -fsSL https://raw.githubusercontent.com/guan4tou2/my-linux-setting/main/tools.sh)"