-
Notifications
You must be signed in to change notification settings - Fork 2
/
fmof.sh
executable file
·47 lines (32 loc) · 975 Bytes
/
fmof.sh
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
#!/bin/bash
### Basic tools and configuration ###
sh main.sh
### Restore personal settings from backup ###
sshfs bayesiano:backups/fmoffacu mnt/
bkploc='~/mnt'
# Unison profiles
cp -p $bkploc/.unison/*.prf .unison
# Okular pdf annotations
# Going through Unison config profile
#cp -r $bkploc/.kde/share/apps/okular/* .kde/share/apps/okular/
# Calibre configuration
# Going through Unison config profile
#cp -r $bkploc/.config/calibre ~/.config
### eMail and firefox profiles
cp -r $bkploc/.thunderbird ~
cp -r $bkploc/.mozilla/firefox ~
### R library (and possibly other libs)
cp -r $bkploc/lib ~
### ~/bin
cp -r $bkploc/bin ~
### Software not installed in main.sh ###
#http://www.cytoscape.org/
#http://www.collab.net/products/giteyeapp
#http://www.opennx.net/
# in 64bit systems, solve this bug as explained:
# http://sourceforge.net/p/opennx/bugs/54/
### Firefox plugins:
# DownThemAll!
# feedly
# Shorten URL (bit.ly)
# Delicious Bookmarks (old version!!)