From 167753afe50ceea12bb8bf3262cdda0111cdc7a3 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 21 Dec 2020 15:44:56 -0500 Subject: Remove TF2 config Uninstalled TF2 and upgraded to macOS Catalina which can't run it ever again. Goodbye TF2, you used to be fun. --- etc/tf/cfg/autoexec.cfg | 17 ----------------- etc/tf/cfg/engineer.cfg | 2 -- etc/tf/cfg/medic.cfg | 3 --- etc/tf/link.sh | 7 ------- 4 files changed, 29 deletions(-) delete mode 100644 etc/tf/cfg/autoexec.cfg delete mode 100644 etc/tf/cfg/engineer.cfg delete mode 100644 etc/tf/cfg/medic.cfg delete mode 100644 etc/tf/link.sh diff --git a/etc/tf/cfg/autoexec.cfg b/etc/tf/cfg/autoexec.cfg deleted file mode 100644 index c584dadd..00000000 --- a/etc/tf/cfg/autoexec.cfg +++ /dev/null @@ -1,17 +0,0 @@ -cl_interp 0 -bind = "exec autoexec" -bind p "record p; stop" -bind \ kill -bind ' explode -bind / toggle_duck -bind mouse2 +attack2 -alias sens1 "sensitivity 1.7" -alias sens2 "sensitivity 1.7" -alias sens3 "sensitivity 3" -bind 1 "slot1; sens1" -bind 2 "slot2; sens2" -bind 3 "slot3; sens3" -bind mouse3 "voicemenu 2 6" -bind mouse4 "voicemenu 0 7" -bind mouse5 "voicemenu 1 4" -tf_contract_progress_show 0 diff --git a/etc/tf/cfg/engineer.cfg b/etc/tf/cfg/engineer.cfg deleted file mode 100644 index 19dcabb7..00000000 --- a/etc/tf/cfg/engineer.cfg +++ /dev/null @@ -1,2 +0,0 @@ -bind mouse3 "destroy 2; build 2" -bind mouse5 "voicemenu 2 6" diff --git a/etc/tf/cfg/medic.cfg b/etc/tf/cfg/medic.cfg deleted file mode 100644 index 56444145..00000000 --- a/etc/tf/cfg/medic.cfg +++ /dev/null @@ -1,3 +0,0 @@ -alias +uber "say_team === UBER USED MOVE FORWARD ===; +attack2" -alias -uber -attack2 -bind mouse2 +uber diff --git a/etc/tf/link.sh b/etc/tf/link.sh deleted file mode 100644 index 03bd25e5..00000000 --- a/etc/tf/link.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -set -eu - -tf="${HOME}/Library/Application Support/Steam/steamapps/common/Team Fortress 2/tf" -for cfg in cfg/*.cfg; do - ln -fs "${PWD}/${cfg}" "${tf}/${cfg}" -done -- cgit 1.4.1 name='q' value=''/>
path: root/scoop.c (unfollow)
Commit message (Collapse)Author
2020-04-05Check unscoop regexps with make testJune McEnroe
2020-04-05Add unscoop -n flag for checking regexpsJune McEnroe
2020-04-05Add Ban and Unban event typesJune McEnroe
2020-04-02Update styleJune McEnroe
Replacing declarations followed by while loops with for loops and generating the short option string from the long options.
2020-03-31Update unscoop catgirl matchersJune McEnroe
I'm not concerned about keeping the old matchers since I'm almost entirely certain I was the only one who ever used the old version of catgirl, and I already imported those logs.
2020-03-31Fix writing verbose to stderrJune McEnroe
2020-03-02Include <>/-/* around nicks in scoop coloring 1.1June McEnroe
2020-03-02Replace .mk files with configure scriptJune McEnroe
2020-02-28Implement the causal.agency/consumer capabilityJune McEnroe
2020-02-22Include <>/-/* around nicks in coloringJune McEnroe
2020-02-22Use (almost) the full range of IRC colors for nicksJune McEnroe