Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/olpc_get_stuff.sh
blob: e2fb272cdc331589d61e3ceee94e2d83b836b7a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

yum install vim-common vim-enhanced screen git-core xterm fluxbox ctags irssi

if [ ! -f ~/.Xdefaults ] ; then
    #use a legible xterm font
    echo 'xterm*font: -*-*-*-*-*-*-20-*-*-*-*-*-*-*' > ~/.Xdefaults
fi

echo 'please ensure your ssh key is in place, then type your git-repo username: '
echo 'copy over .vim* from somewhere'
echo 'export GIT_AUTHOR_NAME GIT_COMMITTER_NAME in .bashrc'
echo 'edit olpc's .xinitrc file to change the window-manager'


read USER

mkdir cvs
cd cvs
git-clone "git+ssh://$USER@dev.laptop.org/git/projects/tamtam" tamtam