Skip to content

Commit

Permalink
Added clarity/autoexec.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
iheartdisraptor committed Nov 21, 2013
1 parent 70a27df commit 2eab0f0
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@

# Dota 2
__*__.a
autoexec.cfg
config.cfg
27 changes: 27 additions & 0 deletions dota/cfg/clarity/autoexec.cfg
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

0 comments on commit 2eab0f0

Please sign in to comment.