dotfiles-public

My personal dotfiles

7,094 stars Lua
RAW Doc

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:

  1. My Neovim setup
  2. My dev workflow using tmux and vim
  3. A productive command-line Git workflow for indie app developers
  4. My Fish shell workflow for coding
  5. How to set up PowerShell prompt with Oh My Posh on Windows 11

About me