diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..af3b275 --- /dev/null +++ b/install.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +gamePath=~/.local/share/Steam/steamapps/common/Counter-Strike\ Global\ Offensive/game/core/cfg + +for i in autoexec jumpthrow prac; do + ln -sf $PWD/$i.cfg "$gamePath" +done \ No newline at end of file