/dotfiles

My personal dotfiles and configurations.

Primary LanguageLua

Dotfiles

Repo for storing configuration files for my machine. Some I now use very often (vim for example), some I don't (i3, now I use KDE with grid-tiling).

Installation

The configuration files can be easily install with GNU stow.

First and foremost, install this repo and also recursively install the dependency/submodule.

To install configuration for thing in 1 folder, just cd to this repo's root and then use the following command.

> stow <folder-name>

"It" will be installed at the home directory. Actually, stow will create a symlink to things in that folder instead of copying, so nothing to worry about.