Reorganise scripts

This commit is contained in:
pfych 2024-08-16 22:49:20 +10:00
parent 5ebf7f9b5c
commit 4ae0656da4
18 changed files with 196 additions and 104 deletions

17
.config/scripts/scripts.sh Executable file
View file

@ -0,0 +1,17 @@
#!/bin/bash
# Easily set aws profiles using credentialys
source ~/.config/scripts/tool/aws-profile.sh
# Prep images for upload to pfy.ch cdn
source ~/.config/scripts/tool/site-prep.sh
# Quickly get domain details from dig
source ~/.config/scripts/tool/ezdig.sh
# Git utils and extensions
source ~/.config/scripts/tool/git.sh
# Aliases for common kill actions
source ~/.config/scripts/tool/kill.sh
# Generate thumbnails for videos
source ~/.config/scripts/tool/thumb.sh
# Text colour utility variables
source ~/.config/scripts/util/colours.sh