diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-09-10 00:47:15 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-09-10 00:47:15 +0400 |
commit | 2bfdde464c8d891ff9b138517e0122382f3a6e00 (patch) | |
tree | aef671242cc08a949a32838a8ee50d32e235cf47 | |
parent | c84adeb8b0df592871b8085536c141cc0c99afcd (diff) |
README added
-rw-r--r-- | README | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ +slcf - Suleyman's linux configuration files +=========================================== +My xorg dotfiles. + +Installing slcf +--------------- +slcf only makes change to the user running the Makefile and doesn't affect other users, +so, it is recommended to create a new user and install slcf on the homepage of that user +and if you like it install on your real user. + +Check the dependencies +> make depcheck + +Install config and scripts +> make config scripts + +Install desktop (dwm, st, dmenu, slstatus) (recommended) +> make desktop scripts config + +Install everything +> make full |