dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 23d69afdd3d866c8906d7c8a866fd053a47afbb5
parent 4813e4d8b38adcfda0246b742e67587ad70517f0
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Sun, 21 Apr 2013 16:26:51 +0200

added script to clone oh-my-zsh

Diffstat:
Aclone_oh_my_zsh.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/clone_oh_my_zsh.sh b/clone_oh_my_zsh.sh @@ -0,0 +1,2 @@ +#!/bin/sh +git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh