Updates not yet pushed

This commit is contained in:
Eric Renfro 2019-06-06 12:21:06 -04:00
parent 3094ef2534
commit 1a72a3fabf
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
4 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,2 @@
export BORG_REPO=psi-jack@mega-backups:/volume1/homes/psi-jack/borg
#export BORG_PASSCOMMAND="pass print borg --please_show_me_the_passwords"

View File

@ -0,0 +1,30 @@
function lessfilter ()
{
case "$1" in
*.awk|*.groff|*.java|*.js|*.m4|*.php|*.pl|*.pm|*.pod|*.sh|\
*.ad[asb]|*.asm|*.inc|*.[ch]|*.[ch]pp|*.[ch]xx|*.cc|*.hh|\
*.lsp|*.l|*.pas|*.p|*.xml|*.xps|*.xsl|*.axp|*.ppd|*.pov|\
*.diff|*.patch|*.py|*.rb|*.sql|*.ebuild|*.eclass)
if whence -p pygmentize > /dev/null; then
pygmentize -f 256 "$1"
else
cat "$1"
fi
;;
.bashrc|.bash_aliases|.bash_environment)
if whence -p pygmentize > /dev/null; then
pygmentize -f 256 -l sh "$1"
else
cat "$1"
fi
;;
*)
if grep -q "#\!/bin/bash" "$1" 2>/dev/null; then
pygmentize -f 256 -l sh "$1"
else
exit 1
fi
;;
esac
}

View File

@ -0,0 +1,9 @@
function update-solrepo() {
REPO_DIR=${REPO_DIR-/mnt/storage/repo/solus}
pushd "$REPO_DIR" 2>&1 >/dev/null
eopkg index
rsync -avhHi --delete-after "${REPO_DIR}/" root@bastion:/srv/repo/solus/
popd 2>&1 >/dev/null
}

View File

@ -0,0 +1,8 @@
- defaults:
link:
relink: true
#- link:
# ~/bin/pidgin-status:
# path: bin/pidgin-status