diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-04-22 13:35:55 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-04-22 13:35:55 +0000 |
commit | 516450030be9b7fc32ce9f8abeee5b177c3cc8cc (patch) | |
tree | ce1d1c147c00bab68560192778e351f9b8785ff9 /protostar | |
parent | 30641fa5c1e4134de80af34ab15e7135c35f7e81 (diff) | |
download | live-516450030be9b7fc32ce9f8abeee5b177c3cc8cc.tar.gz |
Add configs for bash and vim
Diffstat (limited to 'protostar')
-rwxr-xr-x | protostar | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |