initial dotfiles
This commit is contained in:
commit
45e5fe53d2
370 changed files with 25449 additions and 0 deletions
3
.config/scripts/untar-all.sh
Executable file
3
.config/scripts/untar-all.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
for i in *.tar*; do tar -xvf "$i"; done
|
||||
Loading…
Add table
Add a link
Reference in a new issue