Duke's utils
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

18 lines
344 B

#!/bin/bash
# Setup a Duke Leto approved env, assuming git is installed
cd $HOME
mkdir git
cd git
echo "Cloning Util.git"
git clone git://github.com/leto/Util.git util
cd $HOME
echo "Symlinking config files and ~/bin"
$HOME/git/util/bin/shadow_config
$HOME/git/util/bin/cpanm local::lib
perl -Mlocal::lib >> ~/.bashrc.local
source .bashrc