Borrow a well-tuned Neovim setup built on LazyVim to jumpstart your editor config without starting from scratch.
Copy the Fish shell setup with fuzzy search, smart directory jumping, and a custom prompt already wired up.
Set up a matching terminal workflow on both macOS and Windows using the same tools and habits.
Follow along with the YouTube tutorials to understand what each config piece does before adopting it.
Full setup spans Neovim, Fish, tmux, and patched fonts across multiple platforms, the YouTube tutorials are required reading.
This is Takuya's personal configuration repository, known as dotfiles. It contains the settings files he uses to configure his development environment, covering Neovim (a keyboard-driven text editor), the Fish shell, tmux (a terminal multiplexer), git, and PowerShell for Windows. The repository is public so others can look at the configuration and borrow ideas, though the README warns not to copy the settings blindly without understanding what each part does. The Neovim configuration is written in Lua and built on top of LazyVim, a preset that bundles many popular plugins together. It requires a modern terminal that supports full color and special cursor styling, along with a patched font that displays icons correctly. Optional tools like ripgrep and fd improve file search inside the editor. The shell setup on macOS and Linux uses Fish, a shell with a different syntax than bash or zsh. The configuration adds a plugin manager, a custom prompt theme, a smarter directory-jumping command, an improved file listing tool, a fuzzy search interface, and a local Git repository organizer. For Windows, the same goals are achieved with PowerShell plus several companion tools including Oh My Posh for the prompt and fzf for fuzzy finding. The repository is accompanied by a series of YouTube tutorials where Takuya walks through his Neovim setup, his tmux and vim workflow, his Fish shell configuration, and his Git practices. The owner also develops Inkdrop, a markdown note-taking app, which is mentioned in the README.
← craftzdog on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.