diego-vicente / dotfiles

A compilation of all my everyday tool configurations, along with some installation scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles - Diego Vicente's config files

This repository contains all the code to configure the tools to my exact liking. All of the modules collected here are expected to be moved to $XDG_CONFIG_HOME (or ~/.config by default). It also contains a very simple script to set everything in place using soft-linking to the local copy of this repository, without polluting the repository with other configurations.

Install

To set everything up, simply clone the repository and run the script to link all the configurations:

./bin/link-dotfiles.sh

About

A compilation of all my everyday tool configurations, along with some installation scripts

License:MIT License


Languages

Language:Shell 65.2%Language:Lua 34.8%