From 9539dca56909371d91c4085f35bde5cd3d5e837a Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Thu, 27 Apr 2023 23:03:26 +0200 Subject: Konfiguration für abook hinzugefügt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index d758066..fb7dac4 100755 --- a/install.sh +++ b/install.sh @@ -3,6 +3,10 @@ CONFIG=~/.config mkdir -p "$CONFIG" +# abook +mkdir -p ~/.abook +cp abook/abookrc ~/.abook + # tmux cp -R tmux "$CONFIG" -- cgit v1.3