From 516450030be9b7fc32ce9f8abeee5b177c3cc8cc Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 22 Apr 2013 13:35:55 +0000 Subject: Add configs for bash and vim --- protostar | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'protostar') diff --git a/protostar b/protostar index 6480fe4..2d20a59 100755 --- a/protostar +++ b/protostar @@ -60,7 +60,9 @@ fi mkdir "$ROOT/usr/install" cp -a install DysonInstaller $ROOT/usr/install/ -cp installer-screenrc $ROOT/etc/screenrc +cat installer-screenrc > $ROOT/etc/screenrc +cat bash_profile > $ROOT/root/.bash_profile +cat vimrc > $ROOT/root/.vimrc mv $ROOT/var/lib/dpkg $ROOT/usr/dpkg -- cgit v1.2.3