Massive change to the structure of the tree.
This commit is contained in:
parent
2fc5f7a514
commit
c71934ed3b
137 changed files with 51 additions and 266 deletions
7
_saved/_suckless/dwmblocks/install-scripts.sh
Normal file
7
_saved/_suckless/dwmblocks/install-scripts.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
mkdir -p ~/.local/bin
|
||||
|
||||
for i in _scripts/*; do
|
||||
ln -sf $(pwd)/$i ~/.local/bin
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue