feat(ayo): update macos vs script to indicate width & height; add script to kill macos vm
This commit is contained in:
parent
6f65748b94
commit
1cb64f0cf2
2 changed files with 4 additions and 2 deletions
5
ayo.sh
5
ayo.sh
|
@ -13,7 +13,10 @@ case $1 in
|
|||
## SCRIPTS
|
||||
|
||||
m | mac)
|
||||
quickemu --vm macos-monterey.conf
|
||||
quickemu --vm macos-monterey.conf --width 1920 --height 1080
|
||||
;;
|
||||
ms)
|
||||
quickemu --vm macos-monterey.conf --kill
|
||||
;;
|
||||
j | journal)
|
||||
. ${HOME}/Projects/scripts/journal.sh $2 $3 $4 $5
|
||||
|
|
|
@ -7,7 +7,6 @@ command=$1
|
|||
journal_dir="${notes_dir}/Journal"
|
||||
month_dir=$(date +"%m %b")
|
||||
|
||||
|
||||
if [ "$1" = "sync" ]; then
|
||||
{
|
||||
path="${notes_dir}/"
|
||||
|
|
Loading…
Reference in a new issue