From d0d69e1023c317d36fd00ebbf0896bd4533e157a Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 15 Apr 2018 15:01:28 -0400 Subject: Add TF2 configs --- etc/tf/cfg/autoexec.cfg | 3 +++ etc/tf/cfg/engineer.cfg | 3 +++ etc/tf/cfg/heavyweapons.cfg | 3 +++ etc/tf/cfg/scout.cfg | 4 ++++ etc/tf/link.zsh | 7 +++++++ 5 files changed, 20 insertions(+) create mode 100644 etc/tf/cfg/autoexec.cfg create mode 100644 etc/tf/cfg/engineer.cfg create mode 100644 etc/tf/cfg/heavyweapons.cfg create mode 100644 etc/tf/cfg/scout.cfg create mode 100755 etc/tf/link.zsh diff --git a/etc/tf/cfg/autoexec.cfg b/etc/tf/cfg/autoexec.cfg new file mode 100644 index 00000000..14dc5638 --- /dev/null +++ b/etc/tf/cfg/autoexec.cfg @@ -0,0 +1,3 @@ +tf_contract_progress_show 0 +bind \ kill +bind = "bind mouse2 +attack2; toggle r_drawviewmodel 0 1" diff --git a/etc/tf/cfg/engineer.cfg b/etc/tf/cfg/engineer.cfg new file mode 100644 index 00000000..1faec67e --- /dev/null +++ b/etc/tf/cfg/engineer.cfg @@ -0,0 +1,3 @@ +bind mouse3 "destroy 2; build 2" +bind mouse4 "destroy 0; build 0" +bind mouse5 "destroy 3; build 3" diff --git a/etc/tf/cfg/heavyweapons.cfg b/etc/tf/cfg/heavyweapons.cfg new file mode 100644 index 00000000..85275e72 --- /dev/null +++ b/etc/tf/cfg/heavyweapons.cfg @@ -0,0 +1,3 @@ +bind mouse3 "voicemenu 2 0" +bind mouse4 "voicemenu 0 7" +bind mouse5 "voicemenu 1 4" diff --git a/etc/tf/cfg/scout.cfg b/etc/tf/cfg/scout.cfg new file mode 100644 index 00000000..940c1e63 --- /dev/null +++ b/etc/tf/cfg/scout.cfg @@ -0,0 +1,4 @@ +r_drawviewmodel 0 +alias +melee "r_drawviewmodel 1; slot3; +attack" +alias -melee "-attack; slot1; r_drawviewmodel 0" +bind mouse2 +melee diff --git a/etc/tf/link.zsh b/etc/tf/link.zsh new file mode 100755 index 00000000..a00f1c01 --- /dev/null +++ b/etc/tf/link.zsh @@ -0,0 +1,7 @@ +#!/usr/bin/env zsh +set -o errexit -o nounset + +tf="$HOME/Library/Application Support/Steam/steamapps/common/Team Fortress 2/tf" +for cfg in cfg/*.cfg; do + ln -s -f "$PWD/$cfg" "$tf/$cfg" +done -- cgit 1.4.1 6af531ea&follow=1'>bin/1sh/trap.c (unfollow)
Commit message (Expand)Author
2019-07-08Document lack of window size propagationJune McEnroe
2019-07-08Add pteeJune McEnroe
2019-07-08Add Wild SeedJune McEnroe
2019-07-06Add common includes to AGPL templateJune McEnroe
2019-07-06Remove redundant includeJune McEnroe
2019-07-06Add CSS output to schemeJune McEnroe
2019-07-01Add diff syntax to hiJune McEnroe
2019-07-01Use env.sh as 1sh todo listJune McEnroe
2019-06-29Clean up 1sh prompt settingJune McEnroe
2019-06-29Add Parable of the TalentsJune McEnroe
2019-06-28Rename catsh to 1shJune McEnroe
2019-06-28Set HISTSIZE in catshJune McEnroe
2019-06-28Unset iflag when exiting catshJune McEnroe
2019-06-24Consolidate catsh history documentationJune McEnroe
2019-06-19Set LESS=FRXJune McEnroe
2019-06-16Alias date=ddateJune McEnroe
2019-06-15Set sensitivity by slot in TF2June McEnroe
2019-06-15Add AcceptanceJune McEnroe
2019-06-07Add variables to bitJune McEnroe
2019-06-05Add A Closed and Common OrbitJune McEnroe
2019-06-02Add RebornJune McEnroe
2019-05-30Add bit to bin.7June McEnroe
2019-05-30Simplify and build bitJune McEnroe
2019-05-29Add xx -p optionJune McEnroe
2019-05-27Add FrontierJune McEnroe
2019-05-27Break nicks with ZWNJJune McEnroe
2019-05-26Add DawnJune McEnroe
2019-05-20Declare vasprintf(3) for GNUJune McEnroe
2019-05-20Fix comparison warning in ttpreJune McEnroe
2019-05-20Add AuthorityJune McEnroe
2019-05-19Specify precedence of unary versions of operatorsJune McEnroe
2019-05-18Add compound assignment operators to orderJune McEnroe
2019-05-15Support simple assignment in orderJune McEnroe
2019-05-15Implement sizeof in orderJune McEnroe
2019-05-15Add orderJune McEnroe
2019-05-12Add T suffix in bitJune McEnroe
2019-05-10Highlight yacc and lex files as CJune McEnroe
2019-05-10Use val instead of suboptargJune McEnroe
2019-05-09Add Parable of the SowerJune McEnroe
2019-05-07Add bit without buildJune McEnroe
2019-05-04Fix MANDIR typoJune McEnroe
2019-05-04Move relay to binJune McEnroe