1
0
Fork 0
Personal system configuration and miscellaneous scripts
 
 
 
 
Go to file
Mike Gerwitz 3541a991ce
Set default text width in vim to 76 characters
And here come the rationale for this sensitive topic:
  - Source code should wrap at 80 characters; be polite and give room for
    line numbering. Four characters is room for up to 999 lines, followed by
    a space; if the file exceeds that length, it is probably difficult to
    work with, because it's hard to keep that much in working memory.
  - Allows for up to three levels of nesting for e-mail quoting (">>> "). I
    really hope more than that is not needed. If it is, modern editors can
    easily reflow text (e.g. `gq' in vim).
2014-01-04 06:07:27 -05:00
desktop-bin Added xscreensaver-watchd 2013-11-30 15:23:12 -05:00
screen Removed dot from dotfiles in files/ 2013-11-30 15:23:33 -05:00
COPYING Added COPYING, ChangeLog, HACKING, and README 2013-11-30 15:38:58 -05:00
ChangeLog Added COPYING, ChangeLog, HACKING, and README 2013-11-30 15:38:58 -05:00
HACKING Added COPYING, ChangeLog, HACKING, and README 2013-11-30 15:38:58 -05:00
README Added COPYING, ChangeLog, HACKING, and README 2013-11-30 15:38:58 -05:00
Xresources Removed dot from dotfiles in files/ 2013-11-30 15:23:33 -05:00
bash_logout Added ~/.profile and ~/.bash_logout 2013-11-30 15:23:59 -05:00
gvimrc Now using slatemg for terminal vim (not just gvim) 2014-01-02 11:50:39 -05:00
profile Added ~/.profile and ~/.bash_logout 2013-11-30 15:23:59 -05:00
screenrc Removed dot from dotfiles in files/ 2013-11-30 15:23:33 -05:00
vimrc Set default text width in vim to 76 characters 2014-01-04 06:07:27 -05:00
xinitrc Removed dot from dotfiles in files/ 2013-11-30 15:23:33 -05:00
xscreensaver Removed dot from dotfiles in files/ 2013-11-30 15:23:33 -05:00

README

Personal scripts and configuration files

This repository is provided both as backup and in the hope that it will be
useful/educational to others who are performing similar tasks. All scripts
in this repository are free software---you may freely modify, distribute,
and study them; see each individual file for license information.

These files are installed on my various boxes uses Puppet; see the `puppet'
branch for more information.