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

yum install vim-common vim-enhanced screen git-core xterm fluxbox ctags sox irssi
yum install gcc make python-devel gcc-c++ csound-devel

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'


echo 'this might help you get your git repo back up:'
echo 'read USER'
echo 'mkdir cvs'
echo 'cd cvs'
echo 'git-clone "git+ssh://$USER@dev.laptop.org/git/projects/tamtam" tamtam'