From ebd2f860272358f4d66c0bf0a3e4cce83b709564 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Tue, 5 Feb 2019 15:52:55 +0100 Subject: [PATCH] Update README.md Signed-off-by: Severin Kaderli --- README.md | 6 +++--- install.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e06287a..5e6f1c7 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,9 @@ This folder contains my configurations that are stored in dconf by applications. ### `.config/dunst` This folder contains my configuration for the [dunst](https://dunst-project.org) notification daemon. +### `.config/git` +This folder contains my git configuration. + ### `.config/gtk-3.0` This folder contains my GTK 3.0 configuration. I don't edit this configuration directly but use [LXAppearance](https://www.archlinux.org/packages/community/x86_64/lxappearance/) for configuring. @@ -89,9 +92,6 @@ This file contains my used color scheme for `ls`. ### `.env` This file contains my used environment variables. -### `.gitconfig` -This file contains my git configuration. - ### `.gtkrc-2.0` This file contains the GTK 2 configuration. This file is created by LXAppearance just like the GTK 3 configuration. I don't edit things in this file directly. diff --git a/install.sh b/install.sh index 772ad25..2f549c5 100755 --- a/install.sh +++ b/install.sh @@ -36,7 +36,7 @@ LINKED_FILES_HOME=( ".bashrc" ".config/autokey" ".config/compton" - ".config/cron/crontab" + ".config/cron" ".config/dconf" ".config/dunst" ".config/git"