
YETIcode
Free Scripts and Dubious
Miscellany
Download:
YETIcode v.
4.20.45.0
packaged on
Friday May 09 2008 06:32:16 AM
|
YETI contains the following collections:
|
Setting up the Yeti: A Quick
Start
Guide in Four Steps (and a few sub-steps)
- Get the YETIcode archive:
- Option A: See way above for download link and unpack the
archive to your ~/yeti folder
(c:/yeti for windows).
- Option B: Get YETI through cvs at SourceForge: (hit
Enter when asked for a password)
- cvs
-d:pserver:anonymous@hoople-org.cvs.sourceforge.net:/cvsroot/hoople-org
login
- cvs -z3
-d:pserver:anonymous@hoople-org.cvs.sourceforge.net:/cvsroot/hoople-org
co -P yeti
- Initialize the YETI support:
- bash ~/yeti/shells/bootstrap_shells.sh
- Hook up the yeti scripts: (enter the text lines verbatim)
- Option A: Activate yeti automatically on shell startup
(please do not do
this for
root):
vi ~/.bashrc
G
:r
~/yeti/shells/bashrc_user
:wq
- Option B: Turn yeti on only when the yetime alias is
invoked (it's okay for root to have this):
vi ~/.bashrc
G
:r ~/yeti/shells/bashrc_root
:wq
- Restart your shell environment (quit bash or
command or 4nt prompts):
- Once you logout and log back in, the updated
aliases
and
variables in the yeti startup scripts should be in effect.
- If you chose approach 3.2 above, then entering the
command "yetime" will enable all the aliases.
- Windows shell users (4nt, cmd, etc) may have to
configure
the doslogin.bat to start automatically. For example, 4nt users
can set the 4start.bat file (in the option dialog) to the
auto-generated $GENERADIR/4start.bat.
|