[Assorted-commits] SF.net SVN: assorted: [533] configs/trunk
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-02-29 07:04:46
|
Revision: 533 http://assorted.svn.sourceforge.net/assorted/?rev=533&view=rev Author: yangzhang Date: 2008-02-28 23:04:49 -0800 (Thu, 28 Feb 2008) Log Message: ----------- removed unnecessary doc subdir Modified Paths: -------------- configs/trunk/TODO Added Paths: ----------- configs/trunk/README Removed Paths: ------------- configs/trunk/doc/ Added: configs/trunk/README =================================================================== --- configs/trunk/README (rev 0) +++ configs/trunk/README 2008-02-29 07:04:49 UTC (rev 533) @@ -0,0 +1,26 @@ +Configurations +============== + +These are my configuration files, mostly HOME dir *rc's. I keep this mainly for +my own use, of course, but perhaps others can make use of these. + +Dependencies +------------ + +These configuration files can be installed using the provided [simple-setup] +scripts. + +[simple-setup]: http://assorted.sf.net/projects/ + +Installation +------------ + +To install "globally visible" configurations, run `setup.bash`. These can then +subsequently be referenced from per-user configurations. + +To install certain `$HOME` directory configurations, run `setup-yang.bash -p ~`. + +To install default bash/emacs/vim configurations, run `setup-defaults.bash -p +~`. These are separate because I too often need custom bash/emacs/vim +configurations (refer to the default.* files to see how to source the globally +installed configurations). Modified: configs/trunk/TODO =================================================================== --- configs/trunk/TODO 2008-02-29 06:58:38 UTC (rev 532) +++ configs/trunk/TODO 2008-02-29 07:04:49 UTC (rev 533) @@ -1,2 +1,3 @@ -mv bashrc.bash into here from shell-tools -deal with topcoder +- mv bashrc.bash into here from shell-tools +- integrate uindent (into setups, etc) +- deal with topcoder This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |