blob: 61f994839a4b6c042bc48c34ceefc6b8fe47845b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# Suleyman's Linux configuration files (SLCF)
## Installation
This software doesn't have any configure script at the moment,
instead you are supposed to use environment variables to configure
the Makefile, such as:
```
export CONFIRM_DOTFILES=true #enable installing the dotfiles
export CONFIRM_SCRIPTS=true #enable installing scripts
export CONFIRM_ARCH=true #enable installing arch specific (pacman.conf)
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 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.
```
CONFIRM_SCRIPTS=true CONFIRM_DOTFILES=true DEST_HOME=/home/theion sudo make install
```
### WARNING
By default all environmental variables are false and if you want to install something at all you have to activate at least one environmental variable.
## Author
Farajli Suleyman
|