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
ea&follow=1'>Add Awesome iconsJune McEnroe 2012-07-07Fuck awesomeJune McEnroe 2012-07-07Switch to default ruby when leaving project directoryJune McEnroe 2012-07-07Set up RVMJune McEnroe 2012-07-07Add gfrop commandJune McEnroe 2012-07-02Make gs output terseJune McEnroe 2012-07-02Fix unclutter cursor flicker on GTK appsJune McEnroe 2012-05-05Start unclutter at loginJune McEnroe 2012-05-05Task stuffJune McEnroe 2012-05-05Float QEMU windowsJune McEnroe 2012-05-05Remove unreversible minimize keymapJune McEnroe 2012-05-04Start gnome-keyring-daemon at loginJune McEnroe