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)
- Fish shell
- Fisher - Plugin manager
- Tide - Shell theme
- Nerd fonts - Patched fonts for development-use. I use PlemolJP and BlexMono.
- z for fish - Directory jumping
- Eza -
lsreplacement - ghq - Local Git repository organizer
- fzf - Interactive filtering
PowerShell setup (Windows)
- Scoop - A command-line installer
- Git for Windows
- Oh My Posh - Prompt theme engine
- Terminal Icons - Folder and file icons
- PSReadLine - Cmdlets for customizing the editing environment, used for autocompletion
- z - Directory jumper
- PSFzf - Fuzzy finder
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