Skip to content

Instantly share code, notes, and snippets.

View ailispaw's full-sized avatar
🏠
Working from home

A.I. ailispaw

🏠
Working from home
View GitHub Profile
@ailispaw
ailispaw / Vagrantfile
Last active November 5, 2018 23:38 — forked from goocey/Vagrantfile
barge
module VagrantPlugins
module GuestLinux
class Plugin < Vagrant.plugin("2")
guest_capability("linux", "change_host_name") { Cap::ChangeHostName }
guest_capability("linux", "configure_networks") { Cap::ConfigureNetworks }
end
end
end
Vagrant.configure(2) do |config|
@ailispaw
ailispaw / model.wikihub.rac.tbrl.js
Last active January 6, 2020 13:10 — forked from dlwr/model.wikihub.rac.tbrl.js
投稿先に https://rac.wikihub.io を追加するtaberarelooパッチ
// ==Taberareloo==
// {
// "name" : "WikiHub Model for RAC Articles"
// , "description" : "Post an article to https://rac.wikihub.io/articles"
// , "include" : ["background"]
// , "version" : "0.0.2"
// , "downloadURL" : "https://raw.githubusercontent.com/dlwr/model.wikihub.rac.tbrl.js/master/model.wikihub.rac.tbrl.js"
// }
// ==/Taberareloo==