Skip to content

This repository contains my personal configuration files (dotfiles) for customizing my Linux environment.

Notifications You must be signed in to change notification settings

shv-ng/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

A collection of configuration files for my development environment.

Quick Setup

Keep it simple, stupid (KISS).

sudo pacman -S git stow
git clone https://github.com/shv-ng/dotfiles
cd dotfiles
make stow

Requirements

  • git - Version control
  • stow - Symlink farm manager

What's Included

This repository contains configuration files for various tools and applications. The dotfiles are organized to work with GNU Stow for easy deployment and management.

Usage

The stow . command will create symlinks from your home directory to the configuration files in this repository. This allows you to keep your dotfiles in version control while having them appear in their expected locations.

To remove the symlinks:

make unstow

License

These dotfiles are provided as-is. Use at your own discretion.

About

This repository contains my personal configuration files (dotfiles) for customizing my Linux environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published