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
tmux
setup and any special configurations. - Tmux Configuration
- Overview of your
nvim
setup. - Nvim Configuration
- Description of your
fish
shell setup. - Fish Configuration
How to use these configurations effectively.
Setup Clone the Repository:
git clone https://github.com/waxdred/dotfiles.git
cd dotfiles
Tmux 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/nvim
Open Neovim and install plugins (if applicable). Fish Configuration:
Copy the Fish configuration files to the appropriate directory:
cp -r fish ~/.config/fish
Restart the Fish shell for changes to take effect.