From 9c40ee5b374a8939c0a6483b61d9601f3b0c66a2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 5 Feb 2014 16:11:48 +1300 Subject: Trying out Wyrd, moving away from Google Calendar Configuration is not much more than the stock Debian one at the moment --- install | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'install') 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 -- cgit v1.2.3