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.

9 lines
400 B

  1. # Get directory variables from script.
  2. . ../dirs.sh
  3. # The name of my Terminator config file in the repository.
  4. my_terminator_conf_name=terminator.conf
  5. # Remove currently existing config file in the repository.
  6. rm "$config_dir"/"$pc"/"$my_terminator_conf_name"
  7. # Copy system Terminator config file to repository.
  8. cp "$sys_config_dir"/terminator/config \
  9. "$config_dir"/"$pc"/"$my_terminator_conf_name"