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
50 -0500'>2019-02-06Add hi syntax highlighterJune McEnroe 2019-02-05Update neovim to 0.3.4 on DarwinJune McEnroe 2019-02-05Fix DEL in aesJune McEnroe 2019-02-05Add aesJune McEnroe 2019-02-01Set nvim Directory back to blueJune McEnroe