summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorMitsuo Tokumori <[email protected]>2022-09-07 03:32:36 -0500
committerMitsuo Tokumori <[email protected]>2022-09-07 03:32:36 -0500
commitba899bb957936871d5c0f22ef837f8c3d52a7e15 (patch)
tree671d96aad8062537a8b66e4388e3bf41dafabd9c /install.sh
parenta4c22c8fc224630dd82e13326eb64587e86e2c68 (diff)
downloaddotfiles-ba899bb957936871d5c0f22ef837f8c3d52a7e15.tar.gz
dotfiles-ba899bb957936871d5c0f22ef837f8c3d52a7e15.tar.bz2
dotfiles-ba899bb957936871d5c0f22ef837f8c3d52a7e15.zip
Add current explicitly installed archlinux package
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh3
1 files changed, 3 insertions, 0 deletions
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 :)"