Dotfiles for my tiling window manager + terminal workflow.
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

  1. #!/usr/bin/fish
  2. set mgba_config_dir "/home/kevin/.config/mgba"
  3. set chez_dir "/home/kevin/linux-config/dot_config/mgba"
  4. for ini_file in config qt
  5. cp "$mgba_config_dir/$ini_file.ini" "$chez_dir/$ini_file-tmpl.ini"
  6. end