No description
Find a file
2026-06-20 22:41:48 +09:00
alacritty alacritty: add configs 2026-06-20 22:41:48 +09:00
emacs.d Modernize Emacs config: migrate to elpaca, use-package, vertico, corfu, sly, eglot 2026-06-17 08:50:42 +09:00
install_posix OpenCode エージェントの定義とインストールスクリプトを追加 2026-03-08 20:57:43 +09:00
nvim add nvim 2025-05-11 12:57:24 +09:00
opencode Remove minimax-m3-free model specification from command_executor 2026-06-08 20:38:08 +09:00
wezterm WIP 2026-05-22 14:14:08 +09:00
.clang-format .clang-format を追加 2025-12-10 14:38:49 +09:00
.gitignore エージェント設定の整理と .planning を .gitignore に追加 2026-05-06 14:21:08 +09:00
LICENSE Initial commit 2024-03-19 12:14:29 +09:00
README.md README.md に OpenCode エージェントのインストール手順を追加 2026-03-08 21:02:06 +09:00
tmux.conf enable mouse on tmux 2025-06-26 19:41:27 +09:00

dotfiles

Usage (POSIX / Linux / macOS)

OpenCode Agents

To link OpenCode agent definitions to your config directory:

./install_posix/install_opencode_agents.sh

This will create a symbolic link from ~/.config/opencode/agents to the opencode/agents directory in this repository. Any changes made to the files in this repository will be immediately reflected in your environment.

For windows

emacs:

mklink /D .emacs.d .\dotfiles\emacs.d

nvim:

mklink /D nvim ..\dotfiles\nvim