mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-01-01 06:51:57 +00:00
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
17 lines
648 B
Nu
17 lines
648 B
Nu
# Enable or disamble VRDE server or don't change setting
|
|
extern "VBoxHeadless on off config" [
|
|
--vrde(-v) # Enable or disamble VRDE server or don't change setting
|
|
--settingspwfile # Specify file containing setting password
|
|
--start-paused # Start VM in paused state
|
|
--filename(-f) # File name when recording
|
|
...args
|
|
]
|
|
|
|
# Specify file containing setting password
|
|
extern "VBoxHeadless" [
|
|
--vrde(-v) # Enable or disamble VRDE server or don't change setting
|
|
--settingspwfile # Specify file containing setting password
|
|
--start-paused # Start VM in paused state
|
|
--filename(-f) # File name when recording
|
|
...args
|
|
] |