[Assorted-commits] SF.net SVN: assorted: [780] configs/trunk
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-05-09 07:51:45
|
Revision: 780 http://assorted.svn.sourceforge.net/assorted/?rev=780&view=rev Author: yangzhang Date: 2008-05-09 00:51:51 -0700 (Fri, 09 May 2008) Log Message: ----------- updated for published website Modified Paths: -------------- configs/trunk/README configs/trunk/publish.bash Modified: configs/trunk/README =================================================================== --- configs/trunk/README 2008-05-09 07:46:07 UTC (rev 779) +++ configs/trunk/README 2008-05-09 07:51:51 UTC (rev 780) @@ -1,16 +1,17 @@ -Configurations -============== +Overview +-------- -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. +These are my configuration files, mostly home directory dot-files. This is +organized for my personal use, but perhaps others will also find this +interesting. Dependencies ------------ These configuration files can be installed using the provided [simple-setup] -scripts. +scripts, but this isn't necessary. -[simple-setup]: http://assorted.sf.net/projects/ +[simple-setup]: http://assorted.sf.net/shell-tools/ Installation ------------ @@ -27,14 +28,20 @@ To set up the author's topcoder environment, run `src/topcoder/setup.bash`. +To set up a new environment to the author's liking, run `bootstrap.bash +(local|global)`. Ideally, this is all the author will need to run to have the +basics (shell-tools and configs) set up. + Features -------- -=== Vim === +I'll try to jot down noteworthy features here as I think of them. +### Vim + - search parent directories for project-wide settings -=== screen === +### screen - sensible control key (ctrl-\) - informative status string Modified: configs/trunk/publish.bash =================================================================== --- configs/trunk/publish.bash 2008-05-09 07:46:07 UTC (rev 779) +++ configs/trunk/publish.bash 2008-05-09 07:51:51 UTC (rev 780) @@ -1,7 +1,11 @@ #!/usr/bin/env bash +fullname='Configurations' +version=0.1 project=configs clean=false +license=gpl3 +rels= websrcs=( README ) webfiles=() . assorted.bash "$@" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |