Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 1.33 KB

README.md

File metadata and controls

69 lines (44 loc) · 1.33 KB

Dotfiles Repository

Overview

This repository contains my personal configurations for tmux, nvim, and fish. It's designed to streamline my development environment and improve productivity.

Installation

Instructions on how to clone and use these dotfiles in your own setup.

Tmux

Neovim (NVIM)

Fish Shell

Usage

How to use these configurations effectively.

Setup

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.