automate setting up game in TB
This commit is contained in:
6
justfile
Normal file
6
justfile
Normal file
@@ -0,0 +1,6 @@
|
||||
# map trenchbroom game folder to here:
|
||||
# see https://trenchbroom.github.io/manual/latest/#game_configuration_files
|
||||
tb_setup_mac:
|
||||
mkdir -p "$HOME/Library/Application Support/TrenchBroom/games/hedz" | true
|
||||
ln -s $(pwd)/trenchbroom/hedz/hedz.fgd "$HOME/Library/Application Support/TrenchBroom/games/hedz/hedz.fgd" | true
|
||||
ln -s $(pwd)/trenchbroom/hedz/GameConfig.cfg "$HOME/Library/Application Support/TrenchBroom/games/hedz/GameConfig.cfg" | true
|
||||
Reference in New Issue
Block a user