mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 07:40:40 +00:00
add some c3 voc helper scripts; add $HOME/bin to $PATH; Add yanone kaffeesatz zerohack font
This commit is contained in:
parent
15e477e2c3
commit
4b31c2e4cf
12 changed files with 86 additions and 0 deletions
8
dotfiles/bin/c3cp
Executable file
8
dotfiles/bin/c3cp
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if [[ -z "$1" ]]; then
|
||||
echo "Filepath missing."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
rsync --verbose --progress --inplace $1 /tmp/
|
Loading…
Add table
Add a link
Reference in a new issue