Personal configuration files for terminal tools and applications.
- Custom key bindings
- Theme configuration
- Font settings
- Window appearance customization
- MesloLGS Nerd Font configuration
- Custom window settings with transparency
- Fcitx5 Input Method support (X11 backend for compatibility)
- Split window management
- Remote control enabled
- MesloLGS Nerd Font configuration
- Font rendering with full hinting and antialiasing
- Optimized for VelocityNvim setup
- Tokyo Night theme
- VelocityNvim editor integration
- Custom file type associations
- Clone this repository:
git clone https://github.com/Maik-0000FF/my-configs.git- Copy the WezTerm configuration:
cp .wezterm.lua ~/.wezterm.lua- Copy the Kitty configuration:
cp kitty/kitty.conf ~/.config/kitty/- Copy the Neovide configuration:
mkdir -p ~/.config/neovide
cp neovide/config.toml ~/.config/neovide/- Copy the yazi configuration:
cp -r yazi/ ~/.config/yazi/- Restart your applications to apply the configurations.
For easier access to VelocityNvim, add these aliases to your shell configuration.
Add to your ~/.zshrc:
# VelocityNvim - Terminal
alias nvim-velocity="NVIM_APPNAME=VelocityNvim nvim"
# VelocityNvim - GUI (Neovide with X11 for better Fcitx5 support)
alias neovide-velocity="WINIT_UNIX_BACKEND=x11 NVIM_APPNAME=VelocityNvim neovide"Add to your ~/.config/fish/config.fish:
# VelocityNvim - Terminal
alias nvim-velocity="env NVIM_APPNAME=VelocityNvim nvim"
# VelocityNvim - GUI (Neovide with X11 for better Fcitx5 support)
alias neovide-velocity="env WINIT_UNIX_BACKEND=x11 NVIM_APPNAME=VelocityNvim neovide"Usage:
nvim-velocity- Opens Neovim in terminal with VelocityNvim configneovide-velocity- Opens Neovide GUI with VelocityNvim config
See nvim-aliases.md for more details.
- Custom key bindings
- Theme configuration
- Font settings
- Window appearance customization
- MesloLGS Nerd Font with proper fallback
- 80% background opacity for transparency
- X11 backend for better Fcitx5 compatibility
- Split window navigation (Ctrl+Shift+hjkl)
- Dynamic window resizing
- Cursor trail animation support
- MesloLGS Nerd Font (size 12) for all font variants
- Full hinting with antialiasing for sharp text rendering
- Consistent font family across normal, bold, italic, and bold-italic styles
- Integrated with VelocityNvim configuration
- Tokyo Night theme with comprehensive color scheme
- Integrated with VelocityNvim for file editing
- xdg-open fallback for file types
- Scrolloff settings for better navigation