693 B
Executable file
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:
-
Clone the repository to your home directory:
git clone https://github.com/your-username/.dotfiles.git ~/.dotfiles cd ~/.dotfiles -
Optionally, run setup script available in the repository.
./setup.sh