Added theme

This commit is contained in:
2020-08-15 17:02:14 +02:00
commit 215dcde733
52 changed files with 2714 additions and 0 deletions

6
script/bootstrap Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
set -e
gem install bundler
bundle install