From ba899bb957936871d5c0f22ef837f8c3d52a7e15 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Wed, 7 Sep 2022 03:32:36 -0500 Subject: Add current explicitly installed archlinux package --- install.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index fb7bb1e..e2aebea 100755 --- a/install.sh +++ b/install.sh @@ -79,6 +79,9 @@ eval $cp_or_ln " ${PWD}/other/zathurarc $XDG_CONFIG_HOME/zathura/zathurarc" eval $cp_or_ln " ${PWD}/tmux/tmux.conf $HOME/.tmux.conf" eval $cp_or_ln " ${PWD}/tmux/tmux.conf.local $HOME/.tmux.conf.local" +# mpd, ncmpc +# (TODO) + # done echo "all done :)" -- cgit v1.2.3