Windows用に作成されたdotfiles.
WSLを使用せずともWindows環境をLinux Likeにカスタマイズします。
このdotfilesは mozumasuさんのdotfiles を参考に作られています。
| カテゴリ | ツール |
|---|---|
| Terminal | WezTerm |
| Shell | PowerShell 7 + Starship |
| Editor | Neovim (LazyVim) |
| Font | PlemolJP Console NF / JetBrainsMono NFP |
| File Manager | yazi |
| Dev Tools | mise (Node, Bun, Deno, Go, Python, .NET, Terraform, etc.) |
| Status Bar | YASB |
依存関係は install_deps.ps1 と mise install で自動インストールされます。
# 1. Clone
git clone https://github.com/T4ko0522/dotfiles
cd dotfiles
# 2. 依存関係のインストール
pwsh -ExecutionPolicy Bypass -File .\.bin\install_deps.ps1
# 3. シンボリックリンク・設定の配置
pwsh -ExecutionPolicy Bypass -File .\.bin\setup_windows.ps1
# 4. mise でランタイム・CLI ツールをインストール
mise trust
mise install