-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathinit.lua
27 lines (25 loc) · 1.16 KB
/
init.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
-- ___ ___ ___ --
-- / /\ / /\ / /\ --
-- / /::\ / /:/_ / /::\ --
-- / /:/\:\ / /:/ /\ / /:/\:\ --
-- / /:/~/:/ / /:/ /:/_ / /:/ \:\ --
-- /__/:/ /:/___ /__/:/ /:/ /\ /__/:/ \__\:\ --
-- \ \:\/:::::/ \ \:\/:/ /:/ \ \:\ / /:/ --
-- \ \::/~~~~ \ \::/ /:/ \ \:\ /:/ --
-- \ \:\ \ \:\/:/ \ \:\/:/ --
-- \ \:\ \ \::/ \ \::/ --
-- \__\/ \__\/ \__\/ --
-- ___ --
-- ___ ___ /__/\ --
-- /__/\ / /\ | |::\ --
-- \ \:\ / /:/ | |:|:\ --
-- \ \:\ /__/::\ __|__|:|\:\ --
-- ___ \__\:\ \__\/\:\__ /__/::::| \:\ --
-- /__/\ | |:| \ \:\/\ \ \:\~~\__\/ --
-- \ \:\| |:| \__\::/ \ \:\ --
-- \ \:\__|:| /__/:/ \ \:\ --
-- \__\::::/ \__\/ \ \:\ --
-- ~~~~ \__\/ --
require("bootstrap-tangerine")
-- We are now in fennel land
require("initialize")