aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-02-05 16:11:48 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-02-05 16:11:48 +1300
commit9c40ee5b374a8939c0a6483b61d9601f3b0c66a2 (patch)
tree80c65568005eee8bb25a1237e6eaeb049421b856 /install
parentDeclare vars as integers in prompt (diff)
downloaddotfiles-9c40ee5b374a8939c0a6483b61d9601f3b0c66a2.tar.gz
dotfiles-9c40ee5b374a8939c0a6483b61d9601f3b0c66a2.zip
Trying out Wyrd, moving away from Google Calendar
Configuration is not much more than the stock Debian one at the moment
Diffstat (limited to 'install')
-rwxr-xr-xinstall8
1 files changed, 7 insertions, 1 deletions
diff --git a/install b/install
index 7a8367bb..aed6d823 100755
--- a/install
+++ b/install
@@ -16,6 +16,7 @@
# -n -- Ncmpcpp
# -r -- Newsbeuter
# -t -- tmux
+# -w -- Wyrd
# -x -- X11
#
# You should be prompted about replacing any file or directory that already
@@ -85,7 +86,7 @@ lns "$dotfiles"/vim/vimrc "$HOME"/.vimrc
lns "$dotfiles"/vim "$HOME"/.vim
# Link in shell stuff
-while getopts :dgmnrtx opt; do
+while getopts :dgmnrtwx opt; do
case $opt in
# mysql(1), psql(1)
@@ -139,6 +140,11 @@ while getopts :dgmnrtx opt; do
lns "$dotfiles"/tmux/tmux.conf "$HOME"/.tmux.conf
;;
+ # Wyrd
+ w)
+ lns "$dotfiles"/wyrd/wyrdrc "$HOME"/.wyrdrc
+ ;;
+
# X11
x)
lns "$dotfiles"/i3 "$HOME"/.i3