Table of Contents
- Download the
.zip
file for this repo and move it to yourDesktop
(this is important)- To download, click on the green button above (
Clone or download
) and then clickDownload ZIP
- To find the .zip file, press command and space at the same time and type in
Website-Shell-master.zip
, then drag theWebsite-Shell-master.zip
file listed to yourDesktop
.
- To download, click on the green button above (
- Then go to your desktop and extract the
.zip
file bydouble clicking
it - Delete the
.zip
file as it is not needed anymore - Open up the extracted folder
- Open the
SETUP.sh
file with theTerminal
- Just search
Terminal.app
with spotlight (Command+Space >Terminal.app
> return), and drag theRUNME.sh
file onto the window and hit return
- Just search
- Follow the initial and ending prompts (you should eventually get 2
Terminal
windows)
- Open the
RUN.sh
file with theTerminal
- Open the
Terminal
by pressing Command and Space simultaneously and searchTerminal.app
and then hit return - Then just proceed to drag the
RUN.sh
file into theTerminal
and press return
- Open the
- Follow the prompts
- Open the
UNINSTALLER.bash
file with theTerminal
- Open the
Terminal
by pressing Command and Space simultaneously and searchTerminal.app
and then hit return - Then just proceed to drag the
UNINSTALLER.sh
file into theTerminal
and press return
- Open the
- Follow the initial prompt
- Open the
UPDATER.bash
file with theTerminal
- Open the
Terminal
by pressing Command and Space simultaneously and searchTerminal.app
and then hit return - Then just proceed to drag the
UNINSTALLER.sh
file into theTerminal
and press return
- Open the
If when you try to run the RUNME.sh
, RUNME_AFTER.sh
, UPDATER.bash
, or UNINSTALLER.bash
files; you get the error: Permission Denied
, then follow these steps:
- Open the
Terminal
- Open the
Terminal
by pressing Command and Space simultaneously and searchTerminal.app
and then hit return
- Open the
- Type in
chmod +x
(make sure to add thespace
after+x
) - Then drag these files onto the terminal:
SETUP.sh
,RUN.sh
,UNINSTALLER.bash
, andUPDATER.bash
- Press return
If you get an error that says xcrun
, then run this command in your Terminal: sudo xcode-select --install
.
If your your installation of RVM fails with a status of 1
(you will see it in red text), then run this in your terminal: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
.
If you get a connection error, then make sure you are connected to WiFi.
For any other issues, please leave them in the issues tab or email me them so I can fix them ASAP. Thanks
Please note that anything in the
Terminal
that has the wordWARNING
(in caps or lower) next to it, or is inyellow
color is not an error, so you won't have to worry about those things. Errors are typicallyred
(though not always) and have the wordERROR
(in caps or lower) next to them.
Enjoy!