Skip to content

Instantly share code, notes, and snippets.

View tmyymmt's full-sized avatar

Tomoya Yamamoto tmyymmt

View GitHub Profile
@tmyymmt
tmyymmt / plugins.toml
Created August 17, 2022 04:23
zsh sheldon .sheldon/
shell = 'zsh'
[plugins.zsh-defer]
github = 'romkatv/zsh-defer'
apply = ['source']
[templates]
defer = { value = 'zsh-defer source "{{ file }}"', each = true }
[plugins.compinit]
@tmyymmt
tmyymmt / init
Last active April 21, 2023 09:38
for Ubuntu on Windows WSL2
visudo
# {username} ALL=NOPASSWD: AL
sudo apt update
sudo apt upgrade
sudo apt install \
language-pack-ja-base language-pack-ja ibus-mozc \
zsh \
git \