Skip to content

Commit

Permalink
Add README.md files for various dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
benohara committed Aug 4, 2012
1 parent 73bb969 commit cded3d5
Show file tree
Hide file tree
Showing 37 changed files with 94 additions and 3 deletions.
10 changes: 10 additions & 0 deletions aptitude/config
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#
# dotphiles : https://github.com/dotphiles/dotphiles
#
# Config for aptitude
#
# Authors:
# Ben O'Hara <[email protected]>
#

Aptitude "";
Aptitude::UI "";
Aptitude::UI::Styles "";
Expand All @@ -6,3 +15,4 @@ Aptitude::UI::Styles::Default::bg "default";
Aptitude::UI::Styles::DepBroken "";
Aptitude::UI::Styles::DepBroken::fg "white";
Aptitude::UI::Styles::DepBroken::bg "red";

13 changes: 13 additions & 0 deletions ctags/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
ctags
=====

Config for ctags

To use, add the following to **dotsyncrc**

[files]
..
ctags
..
[endfiles]

13 changes: 13 additions & 0 deletions curl/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
curl
====

Config for curl

To use, add the following to **dotsyncrc**

[files]
..
curl
..
[endfiles]

1 change: 1 addition & 0 deletions gnupg/gpg.conf
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,4 @@ keyserver hkp://keys.gnupg.net
#
# Try CERT, then PKA, then LDAP, then hkp://keys.gnupg.net:
#auto-key-locate cert pka hkp://keys.gnupg.net

Binary file modified grc/conf.ps
Binary file not shown.
13 changes: 13 additions & 0 deletions irssi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
irssi
=====

Config for irssi

To use, add the following to **dotsyncrc**

[files]
..
irssi
..
[endfiles]

1 change: 1 addition & 0 deletions irssi/config
Original file line number Diff line number Diff line change
Expand Up @@ -309,3 +309,4 @@ keyboard = (

windows = { 1 = { immortal = "yes"; name = "(status)"; level = "ALL"; }; };
mainwindows = { 1 = { first_line = "1"; lines = "40"; }; };

1 change: 1 addition & 0 deletions irssi/default.theme
Original file line number Diff line number Diff line change
Expand Up @@ -292,3 +292,4 @@ abstracts = {
# hilight with specified color, $0 = color, $1 = text
sb_act_hilight_color = "$0$1-%n";
};

1 change: 1 addition & 0 deletions irssi/solarized-universal.theme
Original file line number Diff line number Diff line change
Expand Up @@ -370,3 +370,4 @@ formats = {
daychange = " %g-----%w-%W-%n Day changed to %%D %W-%w-%g-----%n";
};
};

1 change: 1 addition & 0 deletions irssi/zenburn.theme
Original file line number Diff line number Diff line change
Expand Up @@ -269,3 +269,4 @@ formats = {
"fe-common/irc" = {
};
};

1 change: 1 addition & 0 deletions nano/syntax-highlighting/apacheconf.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ color brightcyan "</?[A-Za-z]+"
color brightcyan "(<|</|>)"
color green "\"(\\.|[^\"])*\""
color white "#.*"

1 change: 1 addition & 0 deletions nano/syntax-highlighting/asm.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ color brightblue "//.*"
color brightblue start="/\*" end="\*/"
## Highlight trailing whitespace
color ,green "[[:space:]]+$"

1 change: 1 addition & 0 deletions nano/syntax-highlighting/c.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ color cyan start=""(\\.|[^"])*\\[[:space:]]*$" end="^(\\.|[^"])*""
## Comment highlighting
color brightblue "//.*"
color brightblue start="/\*" end="\*/"

1 change: 1 addition & 0 deletions nano/syntax-highlighting/css.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ color brightwhite start=":" end="[;^\{]"
color brightblue ":active|:focus|:hover|:link|:visited|:link|:after|:before|$"
color brightblue start="\/\*" end="\\*/"
color green ";|:|\{|\}"

1 change: 1 addition & 0 deletions nano/syntax-highlighting/cython.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ color cyan start=""""[^"]" end=""""" start="'''[^']" end="'''"

# Comment Color
color brightblue "#.*$"

1 change: 1 addition & 0 deletions nano/syntax-highlighting/fortran.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ icolor brightblue "<[^= ]*>" ""(\\.|[^"])*""

## Comment highlighting
icolor brightred "!.*$" "(^[Cc]| [Cc]) .*$"

1 change: 1 addition & 0 deletions nano/syntax-highlighting/gentoo.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ color cyan "^[[:space:]]*.*/"
color brightmagenta "^[[:space:]]*(=|~|<|<=|=<|>|>=|=>)"
## Comments:
color yellow "#.*$"

1 change: 1 addition & 0 deletions nano/syntax-highlighting/groff.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ color brightred "\\\(.."
color brightred start="\\\[" end="]"
## Macro arguments
color brightcyan "\\\\\$[1-9]"

3 changes: 2 additions & 1 deletion nano/syntax-highlighting/html.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ syntax "html" "\.htm[l]?$"
color brightblue start="<" end=">"
color red "&[^;[[:space:]]]*;"
color yellow "".*"|qq\|.*\|"
color red "(alt|bgcolor|height|href|label|longdesc|name|onclick|onfocus|onload|onmouseover|size|span|src|style|target|type|value|width)="
color red "(alt|bgcolor|height|href|label|longdesc|name|onclick|onfocus|onload|onmouseover|size|span|src|style|target|type|value|width)="

1 change: 1 addition & 0 deletions nano/syntax-highlighting/java.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ color blue "//.*"
color blue start="/\*" end="\*/"
color brightblue start="/\*\*" end="\*/"
color ,green "[[:space:]]+$"

1 change: 1 addition & 0 deletions nano/syntax-highlighting/js.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ color red "\\[0-7][0-7]?[0-7]?|\\x[0-9a-fA-F]+|\\[bfnrt'"\?\\]"
## Comments
color brightblue start="/\*" end="\*/"
color brightblue "//.*$"

1 change: 1 addition & 0 deletions nano/syntax-highlighting/lua.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@ color green "\-\-.*$"

# Multiline comments
color green start="\-\-\[" end="]"

1 change: 1 addition & 0 deletions nano/syntax-highlighting/man.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ color brightred "\.(BR?|I[PR]?).*$"
color brightblue "\.(BR?|I[PR]?|PP)"
color brightwhite "\\f[BIPR]"
color yellow "\.(br|DS|RS|RE|PD)"

1 change: 1 addition & 0 deletions nano/syntax-highlighting/mutt.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
##
syntax "mutt"
color green "^>.*"

1 change: 1 addition & 0 deletions nano/syntax-highlighting/nanorc.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ icolor white ""(\\.|[^"])*""
## Comments
icolor brightblue "^[[:space:]]*#.*$"
icolor cyan "^[[:space:]]*##.*$"

1 change: 1 addition & 0 deletions nano/syntax-highlighting/patch.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ color brightred "^-.*"
color red "^---.*"
color brightyellow "^@@.*"
color magenta "^diff.*"

1 change: 1 addition & 0 deletions nano/syntax-highlighting/perl.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ color white "[sm]/.*/"
color white start="(^use| = new)" end=";"
color green "#.*"
color yellow start="<< 'STOP'" end="STOP"

1 change: 1 addition & 0 deletions nano/syntax-highlighting/php.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ color brightcyan "\$[]\[A-Za-z0-9_'\"]*"
color green "//.*"
color green "#.*"
color green start="/\*" end="\*/"

1 change: 1 addition & 0 deletions nano/syntax-highlighting/pov.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ color brightmagenta "\<(union|group|subgroup)\>"
## Comment highlighting
color brightblue "//.*"
color brightblue start="/\*" end="\*/"

1 change: 1 addition & 0 deletions nano/syntax-highlighting/reST.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ color red "^---+$"
color green "^\^\^\^+$"
# h5
color blue "^"""+$"

1 change: 1 addition & 0 deletions nano/syntax-highlighting/ruby.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ color brightcyan "##[^{].*$" "##$"
color green start="<<-?'?EOT'?" end="^EOT"
## Some common markers
color brightcyan "(XXX|TODO|FIXME|\?\?\?)"

1 change: 1 addition & 0 deletions nano/syntax-highlighting/sh.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ icolor brightred "\$\{?[0-9A-Z_!@#$*?-]+\}?"
color cyan "(^|[[:space:]])#.*$"
color brightyellow ""(\\.|[^"])*"" "'(\\.|[^'])*'"
#color ,green "[[:space:]]+$"

1 change: 1 addition & 0 deletions nano/syntax-highlighting/tex.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ icolor green "\\.|\\[A-Z]*"
color magenta "[{}]"
color blue "%.*"
color blue start="\\begin\{comment\}" end="\\end\{comment\}"

1 change: 1 addition & 0 deletions nano/syntax-highlighting/xml.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ color cyan ">"
color yellow start="<!DOCTYPE" end="[/]?>"
color yellow start="<!--" end="-->"
color red "&[^;]*;"

1 change: 1 addition & 0 deletions subversion/servers
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
[global]
# Password / passphrase caching parameters:
store-plaintext-passwords = no

3 changes: 1 addition & 2 deletions task/task/colors/solarized/solarized-light-256.theme
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# Solarized light color theme for taskwarrior
#



color=on

color.active=color7 on color9
Expand Down Expand Up @@ -56,3 +54,4 @@ color.tagged=color6

color.undo.after=color2
color.undo.before=color1

13 changes: 13 additions & 0 deletions wget/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
wget
====

Config for wget

To use, add the following to **dotsyncrc**

[files]
..
wget
..
[endfiles]

0 comments on commit cded3d5

Please sign in to comment.