YETIcode
Free Scripts and Dubious
Miscellany
Download:
YETIcode v.
4.20.128.0
packaged on
Friday January 27 2012 06:32:04 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.
- Option B: Get YETI through svn at SourceForge:
- svn checkout svn://svn.code.sf.net/p/yeti/svn/yeti
- Initialize the YETI support:
-
If you're running on Windows with msys, ensure the msys bin directory is
in your path, e.g.: export PATH=/bin:$PATH
- bash ~/yeti/scripts/core/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/scripts/examples/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/scripts/examples/bashrc_root
:wq
- Restart your shell environment (exit the bash prompt):
- Once you log out 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.
|