chore: reset history
This commit is contained in:
commit
3a0b1a80c8
10 changed files with 355 additions and 0 deletions
21
mix.hjson.example
Normal file
21
mix.hjson.example
Normal file
|
@ -0,0 +1,21 @@
|
|||
default: {
|
||||
packages: [
|
||||
{
|
||||
id: "wez.wezterm"
|
||||
version: "20240203-110809-5046fc22"
|
||||
config: [
|
||||
{
|
||||
type: "raw"
|
||||
path: "~/.wezterm.lua"
|
||||
data:
|
||||
'''
|
||||
local wezterm = require 'wezterm'
|
||||
local config = {}
|
||||
config.color_scheme = 'Batman'
|
||||
return config
|
||||
'''
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue