You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
222 B
7 lines
222 B
#!/usr/bin/fish
|
|
|
|
set mgba_config_dir "/home/kevin/.config/mgba"
|
|
set chez_dir "/home/kevin/linux-config/dot_config/mgba"
|
|
for ini_file in config qt
|
|
cp "$mgba_config_dir/$ini_file.ini" "$chez_dir/$ini_file-tmpl.ini"
|
|
end
|