Personal dotfiles for WSL2 / macOS.
dotfiles/
├── .config/
│ ├── gh/config.yml
│ ├── git/config
│ ├── gwq/config.toml
│ ├── mise/config.toml
│ └── starship/config.toml
├── .zshenv
├── .zshrc
└── install.sh
curl -fsSL https://raw.githubusercontent.com/miyakoshi-3854/dotfiles/main/install.sh | bash && source ~/.zshrcThis single command will:
- Install mise (if not already installed)
- Install ghq and clone this repo
- Symlink config files to
$HOME - Prompt for your Git
user.name/user.emailand save them to~/.config/git/config.local(untracked, included from.config/git/config) - Install all tools via
mise install
| Tool | Description |
|---|---|
| starship | Shell prompt |
| gh | GitHub CLI |
| ghq | Git repository manager |
| gwq | Git worktree manager |
| fzf | Fuzzy finder |
wc(gwq-fzf) creates a new worktree and automatically copies all.envfiles from the original worktree into it. Be aware that this includes any secrets stored in those files.