13.get_tmux_conf_file.sh 155 B

123456789
  1. #!/bin/bash
  2. # fail if any commands fails
  3. set -e
  4. # debug log
  5. #set -x
  6. cd || return
  7. curl -OL "https://notabug.org/lea2501/dotfiles/raw/main/arch/.tmux.conf"