This repository contains all of my personal development environment configurations, including:
- LazyVim: My custom Neovim setup, leveraging LazyVim for an enhanced coding experience.
- Tmux: Tmux configurations for efficient terminal session management.
-
Clone this repository to your home directory:
git clone https://github.com/caquino-hoop/devconfig.git ~/.devconfig
-
Navigate to the directory:
cd ~/.devconfig
-
Create symlinks for the configurations in your home directory:
# For Neovim ln -s ~/.devconfig/.config/nvim ~/.config/nvim # For Tmux ln -s ~/.devconfig/.tmux.conf ~/.tmux.conf
This repository includes my custom configuration for LazyVim:
- Location:
.config/nvim/
- Plugins: Configured in the
lua
directory to extend Neovim's capabilities. - Keybindings: Enhanced key mappings for a more efficient workflow.
To use this setup, ensure you have Neovim installed. Then, create a symlink as shown in the installation steps to set up the configuration.
The .tmux.conf
file in this repository contains my personalized Tmux settings for an optimized terminal experience.
After creating the symlink, simply start Tmux:
tmux