This repository has been archived by the owner on Apr 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
dots.sh
95 lines (64 loc) · 1.64 KB
/
dots.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
#!/bin/bash
BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# bashrc
ln -s ${BASEDIR}/bashrc $HOME/.bashrc
# bash_profile
ln -s ${BASEDIR}/bash_profile $HOME/.bash_profile
# compton
ln -s ${BASEDIR}/compton.conf $HOME/.config/compton.conf
# dunst
ln -s ${BASEDIR}/dunstrc $HOME/.config/dunstrc
# feh
ln -s ${BASEDIR}/fehbg $HOME/.fehbg
# goobook
ln -s ${BASEDIR}/goobookrc $HOME/.goobookrc
# nano
ln -s ${BASEDIR}/nanorc $HOME/.nanorc
# urlview
ln -s ${BASEDIR}/urlview $HOME/.urlview
# xinitrc
ln -s ${BASEDIR}/xinitrc $HOME/.xinitrc
# Xresources
ln -s ${BASEDIR}/Xresources $HOME/.Xresources
# bin
ln -s ${BASEDIR}/bin $HOME/bin
# colors
ln -s ${BASEDIR}/colors $HOME/.colors
# dropbox-cli
ln -s ${BASEDIR}/dropbox-cli $HOME/.dropbox-cli
# fontconfig
ln -s ${BASEDIR}/fontconfig $HOME/.config/fontconfig
# fonts
ln -s ${BASEDIR}/fonts $HOME/.fonts
# i3
ln -s ${BASEDIR}/i3 $HOME/.i3
# irssi
ln -s ${BASEDIR}/irssi $HOME/.irssi
# mpd
ln -s ${BASEDIR}/mpd $HOME/.mpd
# mpdscribble
ln -s ${BASEDIR}/mpdscribble $HOME/.mpdscribble
# mplayer
ln -s ${BASEDIR}/mplayer $HOME/.mplayer
# msmtp
ln -s ${BASEDIR}/msmtprc $HOME/.msmtprc
# mutt
ln -s ${BASEDIR}/mutt $HOME/.mutt
# ncmpcpp
ln -s ${BASEDIR}/ncmpcpp $HOME/.ncmpcpp
# offlineimap
ln -s ${BASEDIR}/offlineimap.py $HOME/.offlineimap.py
ln -s ${BASEDIR}/offlineimaprc $HOME/.offlineimaprc
# pass
ln -s ${BASEDIR}/pass $HOME/.password-store
# ranger
ln -s ${BASEDIR}/ranger $HOME/.config/ranger
# todo
ln -s ${BASEDIR}/todo $HOME/.todo
# vim
ln -s ${BASEDIR}/vimrc $HOME/.vimrc
ln -s ${BASEDIR}/vim/ $HOME/.vim
# weechat
ln -s ${BASEDIR}/weechat $HOME/.weechat
# wl
ln -s ${BASEDIR}/wl $HOME/.wl