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 00623577403e75352dad5bd3d1f3787454b50ac7
parent f7c98b5aba498c38dd7d4605fc8856a5adfd9d4c
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  8 Mar 2019 09:36:51 +0100

Add function to compile all suckless projects

Diffstat:
Mlinks/.commands.sh | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/links/.commands.sh b/links/.commands.sh @@ -181,4 +181,10 @@ t-remove-all() { transmission-remote -tall --remove } +m-all-sl() { + for d in ~/code/dotfiles/lib/{dwm,slstatus,st,surf,tabbed}; do + cd "$d" && make install + done +} + [ -f ~/.shortcuts ] && source ~/.shortcuts