add base dotfiles
This commit is contained in:
commit
39254e5c3b
35 changed files with 699 additions and 0 deletions
4
utils/curl2tar.sh
Executable file
4
utils/curl2tar.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
set -eou pipefail
|
||||
|
||||
curl -L $1 | tar xvzf -
|
||||
Loading…
Add table
Add a link
Reference in a new issue