mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-21 14:23:32 +01:00
added games mount, new wallpaper and mergepdf using poppler
This commit is contained in:
parent
69be245213
commit
4308782feb
@ -216,3 +216,12 @@ azkubeswitch() {
|
||||
az aks get-credentials --resource-group $1 --name $2
|
||||
fi
|
||||
}
|
||||
|
||||
# merges all pdfs in current directory into a new pdf
|
||||
mergepdf() {
|
||||
if [ -z "$1" ]; then
|
||||
echo "please provide an output name for your pdf file: mergepdf out.pdf"
|
||||
else
|
||||
pdfunite ./*.pdf "$1"
|
||||
fi
|
||||
}
|
||||
|
@ -76,6 +76,11 @@ declare -A MOUNTS10=(
|
||||
[share]="audiobooks"
|
||||
[mount]="audiobooks"
|
||||
)
|
||||
declare -A MOUNTS11=(
|
||||
[server]="$MY_SERVER_LOCATION"
|
||||
[share]="games"
|
||||
[mount]="games"
|
||||
)
|
||||
# declare array with "objects"
|
||||
declare -n MOUNTS
|
||||
|
||||
|
1
dependencies/pacman.txt
vendored
1
dependencies/pacman.txt
vendored
@ -103,3 +103,4 @@ noto-fonts-emoji
|
||||
autorandr
|
||||
papirus-icon-theme
|
||||
bitwarden
|
||||
poppler
|
||||
|
BIN
wallpapers/images/kitty.jpg
Normal file
BIN
wallpapers/images/kitty.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
Loading…
Reference in New Issue
Block a user