V1RE / dotfiles

A collection of dotfiles which scare my coworkers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A collection of dotfiles which scare my coworkers


Languages

Language:Lua 91.8%Language:Shell 8.2%