Takuya's dotfiles
Warning: Don’t blindly use my settings unless you know what that entails. Use at your own risk!
Looking for a Markdown note-taking app?
Check out my app called Inkdrop
Contents
- vim (Neovim) config
- tmux config
- git config
- fish config
- PowerShell config
Neovim setup
Requirements
- Neovim >= 0.9.0 (needs to be built with LuaJIT)
- Git >= 2.19.0 (for partial clones support)
- LazyVim
- a Nerd Font(v3.0 or greater) (optional, but needed to display some icons)
- lazygit (optional)
- a C compiler for
nvim-treesitter
. See here
- for telescope.nvim (optional)
- a terminal that support true color and undercurl:
- Solarized Osaka
Shell setup (macOS & Linux)
PowerShell setup (Windows)
How to use
Watch my video tutorials:
- My Neovim setup
- My dev workflow using tmux and vim
- A productive command-line Git workflow for indie app developers
- My Fish shell workflow for coding
- How to set up PowerShell prompt with Oh My Posh on Windows 11
About me