dot dot dotfiles
1
2all: br ca cc gc ir rm re rp tc ts vi zs
3
4ba:
5 cp ~/.bash_aliases .
6
7br:
8 cp ~/.bashrc .
9
10ca:
11 cp ~/.config/autostart/conkyleft.desktop .config/autostart/. ; \
12 cp ~/.config/autostart/conkyright.desktop ./.config/autostart/.
13
14cc:
15 cp ~/.conky/.conkyrc_left .conky/. ; \
16 cp ~/.conky/.conkyrc_right .conky/.
17
18gc:
19 cp ~/.gitconfig .
20
21ir:
22 cp ~/.inputrc .
23
24rm:
25 cp ~/.R/Makevars .R/.
26
27re:
28 cp ~/.Renviron .
29
30rp:
31 cp ~/.Rprofile .
32
33tc:
34 cp ~/.tmux.conf .
35
36ts:
37 cp ~/tmux_split.vim .
38
39vi:
40 cp ~/.vimrc .
41
42zs:
43 cp ~/.zshrc .