summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 15 insertions, 2 deletions
diff --git a/README b/README
index ceac370..cedae24 100644
--- a/README
+++ b/README
@@ -1,6 +1,19 @@
-dotfiles |
-==========
+dotfiles
+====
My personal system configuration.
Managed with GNU Stow <https://www.gnu.org/software/stow/>
+
+1. Install GNU Stow <https://www.gnu.org/software/stow/> on Gentoo
+
+ emerge -av app-admin/stow
+
+2. Clone repisotory
+
+ git clone https://git.thanosapollo.org/dotfiles.git ~/dotfiles
+
+3. Use GNU Stow
+
+ cd ~/dotfiles
+ stow . \ No newline at end of file