From 95fef2c20a613e10f668597f113faa382103853d Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Mon, 9 Aug 2021 00:18:58 +0200 Subject: [PATCH] bootstrap: link files in ~/.config first The reason for this is so that I can link from the home directory to the files into ~/.config for files that need to be in the home directory (e.g., .bash_profile, .zprofile, .jupyter/*, etc.) --- bootstrap | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bootstrap b/bootstrap index 086fe10..48d8f3c 100755 --- a/bootstrap +++ b/bootstrap @@ -53,13 +53,6 @@ EOF ) DOTFILES=$(cat <