summary refs log tree commit diff
path: root/etc/tf/link.sh
blob: 03bd25e53d50e5cc1be0294e90d6e946576d30ed (plain) (blame)
1
2
3
4
5
6
7
#!/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
td>Remove wcwidth portJune McEnroe DYLD_FORCE_FLAT_NAMESPACE no longer exists in macOS 12 so this approach doesn't work anymore. Moved to <https://git.causal.agency/jorts/tree/wcwidth> and compiled into <https://git.causal.agency/jorts/tree/ncurses>. 2022-03-16Remove -j4 from ./PlanJune McEnroe Plan learned to set this automatically! 2022-03-15Rewrite Linux install.sh for DebianJune McEnroe 2022-03-15Remove dashJune McEnroe