Skip to content
/ dotfiles Public

A collection of dotfiles which scare my coworkers

Notifications You must be signed in to change notification settings

V1RE/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles ⚙️

Dotfiles in action

Requirements 📦

  • Git
  • Stow
  • 5 minutes of your time

Installation 🪄

Start by cloning this repository into your $HOME directory:

git clone https://github.com/V1RE/dotfiles.git ~

Now you can symlink these dotfiles to your $HOME using stow.

cd ~/dotfiles
stow */

If you're having problems with the .git directory getting symlinked to your $HOME directory, try the following command:

cd ~/dotfiles
stow -D .git