forked from worron/awesome-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rc.lua
17 lines (13 loc) · 774 Bytes
/
rc.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
-----------------------------------------------------------------------------------------------------------------------
-- Base setup --
-----------------------------------------------------------------------------------------------------------------------
-- Configuration file selection
-----------------------------------------------------------------------------------------------------------------------
--local rc = "colorless.rc-colorless"
--local rc = "color.red.rc-red"
--local rc = "color.blue.rc-blue"
--local rc = "color.orange.rc-orange"
--local rc = "color.green.rc-green"
local rc = "shade.ruby.rc-ruby"
--local rc = "shade.steel.rc-steel"
require(rc)