This repository contains my personal configurations for tmux, nvim, and fish. It's designed to streamline my development environment and improve productivity.
Instructions on how to clone and use these dotfiles in your own setup.
- Description of your
tmuxsetup and any special configurations. - Tmux Configuration
- Overview of your
nvimsetup. - Nvim Configuration
- Description of your
fishshell setup. - Fish Configuration
How to use these configurations effectively.
Setup Clone the Repository:
git clone https://github.com/waxdred/dotfiles.git
cd dotfilesTmux Configuration:
Copy the Tmux configuration file to your home directory:
cp tmux.conf ~/.tmux.conf
Reload Tmux configuration (inside a Tmux session):tmux source ~/.tmux.conf
Neovim Configuration:Copy the Neovim configuration files to the appropriate directory:
cp -r nvim ~/.config/nvimOpen Neovim and install plugins (if applicable). Fish Configuration:
Copy the Fish configuration files to the appropriate directory:
cp -r fish ~/.config/fishRestart the Fish shell for changes to take effect.