Cool and useful settings for terminal - powerby @ LazyVim
- macOS
- Linux
- Window
- WSL (Windows Subsystem for Linux)
- Ghostty: version >= 1.1.3
- Tmux: version >= 3.3a
Install Tmux Plugin Manager (TPM)
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins
and then press prefix + I to install plugins

- Fish Shell: version >= 3.6.4
Install Fisher Plugin Manager
Install Tide
- Neovim: version >= 0.10.1
Install Neovim
! Please install fonts in nvim/fonts to your local fonts setting
git clone https://github.com/demonsjostle/dotfiles.git ~/.configIf you need to use Chat GPT in neovim. Please add API key from OpenAI's API page to your shell enviroment. for me use Fish shell and add API key to .config/fish/config-local.fish all using Avante
set -gx OPENAI_API_KEY [API key]