-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
70a27df
commit 2eab0f0
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,5 +21,4 @@ | |
|
||
# Dota 2 | ||
__*__.a | ||
autoexec.cfg | ||
config.cfg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
// This example autoexec uses all of clarity. The easiest way to use it | ||
// is to add the line "exec clarity/autoexece.cfg" to your autoexec.cfg. | ||
|
||
// Aliases | ||
|
||
exec clarity/alias/create_sven.cfg | ||
exec clarity/alias/quick_courier.cfg | ||
exec clarity/alias/spawn_boxes.cfg | ||
exec clarity/alias/start_empty_game.cfg | ||
exec clarity/alias/toggle_ui.cfg | ||
exec clarity/alias/toggle_focus.cfg | ||
|
||
// Binds | ||
|
||
exec clarity/binds.cfg | ||
|
||
// Console variables | ||
|
||
exec clarity/cvars/console.cfg | ||
exec clarity/cvars/gameplay.cfg | ||
exec clarity/cvars/health_bars.cfg | ||
exec clarity/cvars/minimap.cfg | ||
exec clarity/cvars/net_graph.cfg | ||
|
||
// Practice drills and training missions | ||
|
||
exec clarity/tutorials.cfg |