on-my-bash
Prerequisites
Disclaimer: Oh My Bash works best on macOS and Linux.
Unix-like operating system (macOS or Linux)
curl
orwget
should be installedgit
should be installed
Basic Installation
Oh My Bash is installed by running one of the following commands in your terminal. You can install this via the command-line with either curl
or wget
.
via curl
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)"
via wget
bash -c "$(wget https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh -O -)"
评论
其他文章