49 lines
1 KiB
Markdown
49 lines
1 KiB
Markdown
# Dotfiles Repository
|
|
|
|
This repository contains a collection of
|
|
configuration files for various tools and
|
|
applications. These dotfiles can be easily deployed
|
|
using GNU Stow for managing symbolic links to the
|
|
configuration files.
|
|
|
|
## Usage
|
|
|
|
### Deploying Dotfiles with GNU Stow
|
|
|
|
1. Clone the repository to your local machine:
|
|
```bash
|
|
git clone <repository_url>
|
|
|
|
2. Navigate to the cloned repository:
|
|
cd dotfiles
|
|
|
|
3. Use GNU Stow to deploy specific configuration
|
|
files. For example, to deploy the Bash configuration:
|
|
stow bash
|
|
|
|
4. Repeat the stow command for each tool or
|
|
application you want to deploy configurations for.
|
|
|
|
### Additional Instructions
|
|
|
|
• Ensure that GNU Stow is installed on your system
|
|
before deploying the dotfiles.
|
|
• Customize the configurations as needed before
|
|
deploying them.
|
|
• Make sure to back up any existing configuration
|
|
files that might be overwritten during deployment.
|
|
|
|
## Tools Included
|
|
|
|
• Alacritty
|
|
• Bash
|
|
• Bat
|
|
• Espanso
|
|
• Git
|
|
• Helix
|
|
• Omp
|
|
• Procs
|
|
• Tmux
|
|
• Ulauncher
|
|
• Yazi
|
|
• Zsh
|