dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 2b2f66826ce85005875f5a98f47f1412628a2f5c
parent 8804e6981c14035a8b83019caec6e8425faccb66
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sun, 10 Mar 2019 13:20:21 +0100

Update sl tools, improve build command output

Diffstat:
Mlinks/.commands.sh | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/links/.commands.sh b/links/.commands.sh @@ -180,7 +180,9 @@ t-remove-all() { m-all-sl() { for d in ~/code/dotfiles/lib/{dwm,slstatus,st,surf,tabbed}; do - cd "$d" && sudo make install; cd - || return + echo + echo "## Building $d" + (cd "$d" && make && sudo make install) done }