From 14ab4e68d1e4a65d555231ea0ca8ade11802738c Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sat, 10 Feb 2024 11:22:55 +0400 Subject: Updated Readme --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 81e7ffd..61f9948 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Configuration files for gnu/linux systems +# Suleyman's Linux configuration files (SLCF) -## installation +## Installation This software doesn't have any configure script at the moment, instead you are supposed to use environment variables to configure @@ -13,14 +13,17 @@ export CONFIRM_SCRIPTS=true #enable installing scripts export CONFIRM_ARCH=true #enable installing arch specific (pacman.conf) -DEST_HOME=/home/$USER #give the user's home directory as the destination directory for installing the dotfiles (useful when running with sudo) +export DEST_HOME=/home/$USER #give the user's home directory as the destination directory for installing the dotfiles (useful when running with sudo) + +make install (or sudo make install if you want to install anything to the root directory) ``` -Or you might just run all of them in one line, as: +Or if you don't know what you are doing you might just run the following command, +but be aware that this will overwrite you existing configuration files. ``` -export CONFIRM_DOTFILES=false export CONFIRM_SCRIPTS=true make install +CONFIRM_SCRIPTS=true CONFIRM_DOTFILES=true DEST_HOME=/home/theion sudo make install ``` ### WARNING -- cgit v1.2.3