aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
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