Skip to content

Well-structured and constantly improving dotfile-solution. Forking and feedback is welcome!

Notifications You must be signed in to change notification settings

terlar/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7935d78 · Jun 16, 2023
Jan 14, 2019
Mar 1, 2017
Sep 7, 2017
Dec 3, 2018
Mar 29, 2017
Mar 23, 2017
Dec 9, 2018
Jun 15, 2019
Sep 6, 2017
Jun 10, 2016
Nov 5, 2018
Feb 16, 2018
Nov 15, 2017
Nov 29, 2018
Oct 7, 2018
Jun 16, 2023
Apr 28, 2018
Jul 12, 2021
Aug 25, 2018
Mar 26, 2017
May 11, 2017
Feb 11, 2018
Feb 16, 2018
Nov 8, 2018
Jan 5, 2018
Jan 21, 2019
Apr 7, 2017
Nov 11, 2018
Jan 27, 2020
May 20, 2016
Nov 25, 2018
Aug 31, 2017
Nov 29, 2018
Mar 29, 2017
Jun 12, 2016
Mar 29, 2017
Apr 2, 2016
Apr 2, 2016
May 1, 2018
Dec 14, 2016
Mar 3, 2020
Mar 25, 2020
Jul 12, 2021
Nov 8, 2018
May 18, 2017
Dec 30, 2017
Feb 5, 2018
Feb 8, 2018
Feb 8, 2018
May 1, 2018
May 5, 2017
Apr 5, 2017
Jan 15, 2018
Nov 4, 2018
Aug 25, 2017
May 4, 2017
Oct 7, 2018
Mar 13, 2017
Mar 29, 2017
Mar 29, 2017

Repository files navigation

Configuration files

This repository contains my configuration files. Each directory contains a group of configuration files for either a single application or a purpose. The destination of these configuration files should be $HOME.

The configuration can easily be linked with GNU stow.

Installation

Install everything

git clone git://github.com/terlar/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
make install

Install group(s)

A group is corresponding to a directory in the project root.

git clone git://github.com/terlar/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
make install PKGS=group
make install PKGS=group1,group2

Update

Pull the latest dotfiles and install.

cd ~/.dotfiles
make update

Uninstall

Unlinks the dotfiles.

cd ~/.dotfiles
make uninstall
rm -rf ~/.dotfiles

About

Well-structured and constantly improving dotfile-solution. Forking and feedback is welcome!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published