summary refs log tree commit diff
path: root/etc/tf/link.sh
blob: 2c75d0758a955586fbd6e3bd2ec7aaf4ab5c4deb (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
set -e -u

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
31c0e000183ab0cd9fa934f620100719964f7e3&follow=1'>Use Hybrid colours in iTerm2June McEnroe 2015-02-13New minimal vimrcJune McEnroe 2015-01-16Add more bytes to randpasswd and use URL base64June McEnroe 2015-01-16Add vim-signature pluginJune McEnroe 2015-01-06Ignore .DS_StoreJune McEnroe