Dotfiles V1.4.0

Deleted Wezterm Plugins Gemini & OpenCode and modified Sessinizer with
new subjects.
This commit is contained in:
2026-02-12 16:40:14 +01:00
parent b64e6ec82a
commit 1bd19137d0
4 changed files with 7 additions and 63 deletions

View File

@@ -1,24 +0,0 @@
local wezterm = require("wezterm")
local actions = wezterm.action
local module = {}
module.keys = {
{
key = "g",
mods = "LEADER",
action = actions.SplitPane({
direction = "Right",
command = {
args = {
"/bin/zsh",
"-c",
"source /Users/jirayu/.env && cat /Users/jirayu/.config/gemini/logo.txt && /Users/jirayu/go/bin/gemini -c '/Users/jirayu/.config/gemini/gemini_cli_config.json' -m 'gemini-2.5-flash'",
},
},
size = { Percent = 37 },
}),
},
}
return module

View File

@@ -1,25 +0,0 @@
local wezterm = require("wezterm")
local actions = wezterm.action
local module = {}
module.keys = {
{
key = "o",
mods = "LEADER",
action = actions.SplitPane({
direction = "Right",
command = {
args = {
"/bin/zsh",
"-l",
"-c",
"/Users/jirayu/.opencode/bin/opencode",
},
},
size = { Percent = 50 },
}),
},
}
return module

View File

@@ -16,10 +16,13 @@ local edu_schema = {
"default",
wezterm.home_dir .. "/Polybox_ETH/",
wezterm.home_dir .. "/Nextcloud/Vault/edu/ETH/hs25/analysis_I",
wezterm.home_dir .. "/Nextcloud/Vault/edu/ETH/hs25/einfuehrung_mikrooekonomie",
wezterm.home_dir .. "/Nextcloud/Vault/edu/ETH/hs25/information_systems_for_engineers",
wezterm.home_dir .. "/Nextcloud/Vault/edu/ETH/hs25/manufacturing_of_electronic_devices",
wezterm.home_dir .. "/Nextcloud/Vault/edu/ETH/hs25/startups_und_recht",
wezterm.home_dir .. "/Nextcloud/Vault/edu/ETH/fs26/analysis_II",
wezterm.home_dir .. "/Nextcloud/Vault/edu/ETH/fs26/informatik_I",
wezterm.home_dir .. "/Nextcloud/Vault/edu/ETH/fs26/italian",
wezterm.home_dir .. "/Nextcloud/Vault/edu/ETH/fs26/lineare_algebra_wiederholung",
wezterm.home_dir .. "/Nextcloud/Vault/edu/ETH/fs26/mathematische_methoden",
wezterm.home_dir .. "/Nextcloud/Vault/edu/ETH/fs26/nus_II",
wezterm.home_dir .. "/Nextcloud/Vault/edu/ETH/fs26/physik_I",
sessionizer.FdSearch({ fd_path = "/opt/homebrew/bin/fd", wezterm.home_dir .. "/Projects/EDU" }),
}

View File

@@ -9,8 +9,6 @@ local config = wezterm.config_builder()
local sessionizer = require("plugins/sessionizer")
local tabline = require("plugins/tabline")
local smart_splits = require("plugins/smart_splits")
local gemini = require("plugins/gemini")
local opencode = require("plugins/opencode")
-- This will hold the actions
@@ -213,14 +211,6 @@ for _, key in ipairs(smart_splits.keys) do
table.insert(config.keys, key)
end
for _, key in ipairs(gemini.keys) do
table.insert(config.keys, key)
end
for _, key in ipairs(opencode.keys) do
table.insert(config.keys, key)
end
-- Font Config
config.font = wezterm.font({