Skip to content

Commit

Permalink
Updated README to include gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankanno committed Jan 16, 2011
1 parent cbbe695 commit 92cca51
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

**install_config** is a Bash script to install configuration files hosted on
Dropbox to your local machine. It helps me keep consistency between my various
OSX/Ubuntu machines. Currently, it supports my **screen**, **vim**, and
**conky** configurations.
OSX/Ubuntu machines. Currently, it supports my **screen**, **vim**,
**gitconfig**, and **conky** configurations.

For every application, you need to have a file called ".<app>install" (e.g. .screeninstall)
that defines the following variables:
Expand Down Expand Up @@ -48,6 +48,15 @@ Here are some sample .<app>install files that are loaded on my machine
update_symlink ".screen_files"
}

## gitconfig

#!/bin/bash

DROPBOX_DIR=/home/ryankanno/Dropbox/Install/dotfiles
GIT_EXEC=/usr/bin/git
GIT_REPO=git://github.com/ryankanno/dotfiles.git
APP_CONFIG_FILE=.gitconfig

## conky

#!/bin/bash
Expand Down

0 comments on commit 92cca51

Please sign in to comment.