-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrepos-setup.sh
More file actions
executable file
·65 lines (57 loc) · 1.96 KB
/
repos-setup.sh
File metadata and controls
executable file
·65 lines (57 loc) · 1.96 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#!/bin/bash
function github {
git clone git@github.com:$1/$2.git
}
function bitbucket {
git clone ssh://git@bitbucket.org/$1/$2.git
}
function bitbucket_hg {
hg clone ssh://hg@bitbucket.org/$1/$2
}
if [ ! -f ~/.git-prompt.sh ]; then
curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh > ~/.git-prompt.sh
else
echo '~/.git-prompt.sh already exists!'
fi
if [ ! -f ~/.git-completion.sh ]; then
curl http://git.kernel.org/cgit/git/git.git/plain/contrib/completion/git-completion.bash > ~/.git-completion.sh
else
echo '~/.git-completion.sh already exists!'
fi
cd $HOME
#github gsec eZchat
#github gsec glowing-mustache
#github JNicL Durak
#github oblique63 Python-GoogleCalendarParser
#github sickill git-dude
github MikePearce Git-Status
github gfxmonk termstyle # is needed by pydflatex
github olivierverdier pydflatex
github philchristensen svn-color
github sickill bitpocket
github bijancn bcn_scripts
github altercation mutt-colors-solarized
github honza mutt-notmuch-py
github Anthony25 gnome-terminal-colors-solarized
github seebi dircolors-solarized
github morgwai tpbat-utils-acpi
bitbucket bijancn vimwiki
bitbucket bijancn thesis
./gnome-terminal-colors-solarized/install.sh -s dark -p Default
# function get_logilab {
# mkdir logilab && touch logilab/__init__.py
# hg clone http://hg.logilab.org/logilab/common logilab/common
# }
#if [ hg 2> /dev/null ]; then
#bitbucket_hg logilab pylint
#bitbucket_hg logilab astroid
#get_logilab
#fi
mkdir -p ~/install/bin
ln -sf $HOME/dircolors-solarized/dircolors.ansi-universal $HOME/.dircolors
ln -sf $HOME/pydflatex/bin/pydflatex $HOME/install/bin/
ln -sf $HOME/bitpocket/bin/bitpocket $HOME/install/bin/
ln -sf $HOME/svn-color/svn-color.py $HOME/install/bin/
ln -sf $HOME/Git-Status/show_status $HOME/install/bin/
ln -sf $HOME/mutt-notmuch-py/mutt-notmuch-py $HOME/install/bin/
ln -sf $HOME/tpbat-utils-acpi/battery-* $HOME/install/bin/