Personal dotfiles - shell, git, tmux, vim configs
Find a file
rpriven 5b6af65def
Organize scripts and clean up dotfiles
Changes:
- Added 80+ scripts with organized structure
  - payloads/ for third-party pentesting tools
  - pentesting/ for custom security scripts
  - Daily drivers remain flat for fast access
- Converted wes() function to proper script
- Removed .sh extensions from pentesting scripts
- Cleaned up aliases (removed 31 redundant lines)
- Added kanata/, build artifacts to gitignore
- Removed old fre.sh scripts and empty a.out
- Updated configs: helix, tmux, zsh, ulauncher, redshift

Security: All sensitive data excluded via gitignore
2025-11-07 14:48:21 -07:00
alacritty/.config/alacritty Updated dotfiles 2025-04-29 09:41:32 -06:00
bash Updated dotfiles 2025-04-24 20:57:22 -06:00
bat/.config/bat Updated dotfiles 2025-04-29 09:41:32 -06:00
espanso/.config/espanso Updated dotfiles 2025-10-05 12:25:39 -06:00
ghostty/.config/ghostty Updated dotfiles 2025-04-29 09:41:32 -06:00
helix/.config/helix Organize scripts and clean up dotfiles 2025-11-07 14:48:21 -07:00
omp Updated dotfiles 2025-04-24 20:57:22 -06:00
p10k Updated dotfiles 2025-05-12 20:29:08 -06:00
procs/.config/procs Updated dotfiles 2025-04-29 09:41:32 -06:00
redshift/.config Organize scripts and clean up dotfiles 2025-11-07 14:48:21 -07:00
scripts Organize scripts and clean up dotfiles 2025-11-07 14:48:21 -07:00
tmux Organize scripts and clean up dotfiles 2025-11-07 14:48:21 -07:00
ulauncher/.config/ulauncher Organize scripts and clean up dotfiles 2025-11-07 14:48:21 -07:00
yazi/.config/yazi Updated dotfiles 2025-04-29 09:41:32 -06:00
zsh Organize scripts and clean up dotfiles 2025-11-07 14:48:21 -07:00
.gitignore Organize scripts and clean up dotfiles 2025-11-07 14:48:21 -07:00
.tools.yaml.old Organize scripts and clean up dotfiles 2025-11-07 14:48:21 -07:00
README.md Updated dotfiles 2025-10-05 12:25:39 -06:00

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:

    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