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

#NEED_FOR_SURE='vim-common vim-enhanced screen git-core ctags sox irssi diffutils'
#ALTERNATE_WM='xterm fluxbox'
GCC_STUFF='gcc make python-devel gcc-c++ csound-devel swig alsa-lib-devel'

yum install $NEED_FOR_SURE $ALTERNATE_WM $GCC_STUFF

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'