.dotfiles/README.md
2023-11-23 17:16:52 -05:00

693 B
Executable file

Dotfiles

This repository contains my personal dotfiles. These configurations are tailored to suit my development environment and preferences.

Repository Structure

  • bash: Bash shell configurations.
  • bin: Custom scripts and binaries.
  • nvim: Neovim editor configurations.
  • tmux: Tmux terminal multiplexer configurations.
  • ... (add more directories as needed)

Setup

To use these dotfiles on your system:

  1. Clone the repository to your home directory:

    git clone https://github.com/your-username/.dotfiles.git ~/.dotfiles
    cd ~/.dotfiles
    
  2. Optionally, run setup script available in the repository.

    ./setup.sh