-
Notifications
You must be signed in to change notification settings - Fork 22
doc install
Jed Smith edited this page Dec 22, 2021
·
1 revision
Download this folder and put it somewhere. We'll say it's in your home directory in ~/nuke-config
. We will add this path to our NUKE_PATH
environment variable, so that Nuke loads the contents of this folder.
Add a line to your ~/.bash_profile
(or equivalent):
export NUKE_PATH=~/nuke-config:${NUKE_PATH}
Start Nuke from a new shell and you should see new stuff. This should co-exist with whatever you've set up in your own .nuke
folder.
The second option just overwrites your local ~/.nuke
folder. To do this, simply download this repo, and copy the contents into your ~/.nuke
folder.