aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-12-06 15:28:56 +1300
committerTom Ryder <tom@sanctum.geek.nz>2013-12-06 15:28:56 +1300
commitf7feaf2441878f2aee517869691b1918ab3a121f (patch)
tree50c198eaa8634c8b3d318ee2fbdf0f4b99b0abde /install
parentName self and use name in error messages (diff)
downloaddotfiles-f7feaf2441878f2aee517869691b1918ab3a121f.tar.gz
dotfiles-f7feaf2441878f2aee517869691b1918ab3a121f.zip
Add comments to each install section
Diffstat (limited to 'install')
-rwxr-xr-xinstall14
1 files changed, 14 insertions, 0 deletions
diff --git a/install b/install
index 9cddb5bb..375bb8b6 100755
--- a/install
+++ b/install
@@ -87,29 +87,43 @@ lns "$dotfiles"/vim "$HOME"/.vim
# Link in shell stuff
while getopts :dgmnrtx opt; do
case $opt in
+
+ # mysql(1), psql(1)
d)
lns "$dotfiles"/mysql/my.cnf "$HOME"/.my.cnf
lns "$dotfiles"/psql/psqlrc "$HOME"/.psqlrc
;;
+
+ # GnuPG
g)
mkdir -p -- "$HOME"/.gnupg
lns "$dotfiles"/gnupg/gpg.conf "$HOME"/.gnupg/gpg.conf
lns "$dotfiles"/gnupg/gpg-agent.conf "$HOME"/.gnupg/gpg-agent.conf
;;
+
+ # Mutt
m)
lns "$dotfiles"/mutt/muttrc "$HOME"/.muttrc
lns "$dotfiles"/mutt "$HOME"/.mutt
;;
+
+ # Ncmcpp
n)
lns "$dotfiles"/ncmpcpp "$HOME"/.ncmpcpp
;;
+
+ # Newsbeuter
r)
mkdir -p -- "$HOME"/.config "$HOME"/.local/share/newsbeuter
lns "$dotfiles"/newsbeuter "$HOME"/.config/newsbeuter
;;
+
+ # Tmux
t)
lns "$dotfiles"/tmux/tmux.conf "$HOME"/.tmux.conf
;;
+
+ # X11
x)
lns "$dotfiles"/i3 "$HOME"/.i3
lns "$dotfiles"/urxvt "$HOME"/.urxvt