Sha256: dc9ff1e7ebae0707203e03af263b1137700acf8f758bfa1323eb1a0fde293347

Contents?: true

Size: 472 Bytes

Versions: 22

Compression:

Stored size: 472 Bytes

Contents

# 
# install_dotfiles.sh
# Sun Nov 22 20:46:43 -0200 2009
#

if ! which git>/dev/null; then
  apt-get install -y git-core
fi

apt-get install -y zsh
apt-get install -y ruby
apt-get install -y mercurial
apt-get install -y build-essential
apt-get install -y vim

git clone git@github.com:fcoury/dotfiles.git bin
/root/bin/install-vcprompt
cd /root/bin/dotfiles
./install

sed -i s:/bin/bash:/bin/zsh:g /etc/passwd 
echo "export PATH=/root/bin:$PATH" > /root/.private_profile

Version data entries

22 entries across 11 versions & 1 rubygems

Version Path
stackfu-0.1.8.1 test/fixtures/stack/stackfu-installer/script/dotfiles_installation.sh.erb
stackfu-0.1.8.1 stackfu-installer/script/dotfiles_installation.sh.erb
stackfu-0.1.8 stackfu-installer/script/dotfiles_installation.sh.erb
stackfu-0.1.8 test/fixtures/stack/stackfu-installer/script/dotfiles_installation.sh.erb
stackfu-0.1.7 test/fixtures/stack/stackfu-installer/script/dotfiles_installation.sh.erb
stackfu-0.1.7 stackfu-installer/script/dotfiles_installation.sh.erb
stackfu-0.1.6 test/fixtures/stack/stackfu-installer/script/dotfiles_installation.sh.erb
stackfu-0.1.6 stackfu-installer/script/dotfiles_installation.sh.erb
stackfu-0.1.5 test/fixtures/stack/stackfu-installer/script/dotfiles_installation.sh.erb
stackfu-0.1.5 stackfu-installer/script/dotfiles_installation.sh.erb
stackfu-0.1.4 test/fixtures/stack/stackfu-installer/script/dotfiles_installation.sh.erb
stackfu-0.1.4 stackfu-installer/script/dotfiles_installation.sh.erb
stackfu-0.1.3 test/fixtures/stack/stackfu-installer/script/dotfiles_installation.sh.erb
stackfu-0.1.3 stackfu-installer/script/dotfiles_installation.sh.erb
stackfu-0.1.2.2 test/fixtures/stack/stackfu-installer/script/dotfiles_installation.sh.erb
stackfu-0.1.2.2 stackfu-installer/script/dotfiles_installation.sh.erb
stackfu-0.1.2.1 stackfu-installer/script/dotfiles_installation.sh.erb
stackfu-0.1.2.1 test/fixtures/stack/stackfu-installer/script/dotfiles_installation.sh.erb
stackfu-0.1.1 test/fixtures/stack/stackfu-installer/script/dotfiles_installation.sh.erb
stackfu-0.1.1 stackfu-installer/script/dotfiles_installation.sh.erb