Reorganise scripts
This commit is contained in:
parent
5ebf7f9b5c
commit
4ae0656da4
18 changed files with 196 additions and 104 deletions
17
.config/scripts/scripts.sh
Executable file
17
.config/scripts/scripts.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue