mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
add config file
This commit is contained in:
parent
f31fbdfc8e
commit
18da9d6303
2 changed files with 9 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,7 +1,7 @@
|
|||
config/vms_ready/
|
||||
config/vms_supported/
|
||||
#*.chunklist
|
||||
*.conf
|
||||
#*.conf
|
||||
*.dmg
|
||||
*.fd
|
||||
*.img
|
||||
|
|
8
config/distrohopper.conf
Normal file
8
config/distrohopper.conf
Normal file
|
@ -0,0 +1,8 @@
|
|||
# quickyad config file
|
||||
#SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||
VMS_DIR="$HOME/.local/share/quickemu"
|
||||
ICON_DIR="/usr/share/icons/distroicons"
|
||||
TERMINAL=sakura
|
||||
replace='"!"'
|
||||
|
||||
export "VMS_DIR" "CONFIG_DIR" "ICON_DIR" "TERMINAL" "replace"
|
Loading…
Reference in a new issue