From 1815c296a6bf61f771b571b6243ef6412dd6e116 Mon Sep 17 00:00:00 2001 From: soblin Date: Wed, 14 Jan 2026 15:46:31 +0900 Subject: [PATCH] docs(README): add initial instruction Signed-off-by: soblin --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 273e73d..93499fb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,18 @@ ## セットアップ ```bash +// change XKBOPTIONS to "ctrl:nocaps" in /etc/default/keyboard, and reboot + +sudo apt install etckeeper git +ssh-keygen +// register to GitHub +git clone .dotfiles + +cd .dotfiles +sudo apt install curl curl -LsSf https://astral.sh/uv/install.sh | sh +export PATH=$PATH;$HOME/.local/bin + uv python install uv sync uv run ansible-playbook ansible/playbook.yaml --ask-become-pass