Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <this> .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
Expand Down
Loading