Skip to content

Commit

Permalink
Tidy headers
Browse files Browse the repository at this point in the history
  • Loading branch information
benohara committed Feb 23, 2013
1 parent 283f4e3 commit d672c98
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 5 deletions.
1 change: 1 addition & 0 deletions deploy/dotphiles
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ if [[ ! -d ~/$DOTPHILES ]]; then
echo "Done, edit ~/$DOTPHILES/dotsyncrc to enable dotfiles"
echo "and symlink into place with dotsync -L"
fi

5 changes: 2 additions & 3 deletions deploy/linux
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env bash
##
#
# dotphiles : https://github.com/dotphiles/dotphiles
#
# Script to bootstrap a linux box
#
# Authors:
# Ben O'Hara <[email protected]>
# Ben O'Hara <[email protected]>
#

if [[ "$OSTYPE" != "linux"* ]]; then
Expand All @@ -30,4 +30,3 @@ if [[ -f $DIR/packages/apt ]]; then
sudo apt-get install $packages
fi


1 change: 0 additions & 1 deletion irssi/config
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#B
#
# dotphiles : https://github.com/dotphiles/dotphiles
#
Expand Down
1 change: 0 additions & 1 deletion mutt/work
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# Authors:
# Ben O'Hara <[email protected]>
#
#

color status cyan default

Expand Down
2 changes: 2 additions & 0 deletions mysql/my.cnf
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
# dotphiles : https://github.com/dotphiles/dotphiles
#
# Setup mysql
#
# Authors:
# Ben O'Hara <[email protected]>
#
Expand Down
2 changes: 2 additions & 0 deletions ruby/railsrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#
# dotphiles : https://github.com/dotphiles/dotphiles
#
# Setup rails
#
# Authors:
# Ben O'Hara <[email protected]>
#
Expand Down
2 changes: 2 additions & 0 deletions ruby/rdebugrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
# dotphiles : https://github.com/dotphiles/dotphiles
#
# Setup rdebug
#
# Authors:
# Ben O'Hara <[email protected]>
#
Expand Down
3 changes: 3 additions & 0 deletions subversion/config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
#
# Client options for subversion
#
# Authors:
# Ben O'Hara <[email protected]>
#

### Section for configuring miscelleneous Subversion options.
[miscellany]
Expand Down
3 changes: 3 additions & 0 deletions subversion/servers
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
#
# Server options for subversion
#
# Authors:
# Ben O'Hara <[email protected]>
#

[global]
# Password / passphrase caching parameters:
Expand Down

0 comments on commit d672c98

Please sign in to comment.