Dotfiles for WSL2 Ubuntu Setup
Welcome developers! This repository contains configuration files powering my development environment on WSL2 (Linux), meticulously curated for efficiency and aesthetics.
Key Features
- Utilizes GNU Stow for efficient dotfile management, allowing for easy installation through symlinks.
- Includes various configuration files for applications like zsh, tmux, and neovim.
- Designed to provide a productive development environment tailored to specific workflows.
Benefits
- Simplifies dotfile management with stow, making it easier for users to customize their setups.
- Supports a wide array of popular development tools and applications.
- Encourages contributions and community sharing for continuous improvement and enhancement.
Highlights
- Clone the repository to get started quickly:
git clone https://github.com/ashish0kumar/dotfiles.git
cd dotfiles
- Install GNU Stow:
- On Ubuntu/Debian:
sudo apt install stow
- On macOS:
brew install stow
- On Ubuntu/Debian:
- Symlink configurations using the stow command for seamless integration into your home directory.