about summary refs log tree commit diff
path: root/readme.org
diff options
context:
space:
mode:
authorAzat Bahawi <azahi@teknik.io>2021-10-24 22:57:16 +0300
committerAzat Bahawi <azahi@teknik.io>2021-10-24 22:57:16 +0300
commit463d70153d0704d8f3939a7a4ffb42b9c0464eb2 (patch)
treee597a14d098185e76f42780d3227b94e4178bd89 /readme.org
parentUpdate submodules (diff)
Nixify and rework package configuration
- Add Nix support
- Remove submodules and vendored code
- Remove stack support
- Various tweaks
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org19
1 files changed, 6 insertions, 13 deletions
diff --git a/readme.org b/readme.org
index 575bb3e..a21c018 100644
--- a/readme.org
+++ b/readme.org
@@ -1,36 +1,29 @@
-* XMonad
-XMonad configuration formerly known as "xmonad-ng".
-
+* xmonad-ng
 ** Example Installation
 Clone this repository with submodules in the root of your home directory:
-#+BEGIN_SRC bash
+#+BEGIN_SRC
 git clone --recursive https://github.com/azahi/xmonad-config ~/.xmonad
 #+END_SRC
 
 Enter the cloned directory:
-#+BEGIN_SRC bash
+#+BEGIN_SRC
 cd ~/.xmonad
 #+END_SRC
 
 If you don't have a /xmonad/ executable in your PATH, depending on the build
 system that you want to use, execute:
-#+BEGIN_SRC bash
+#+BEGIN_SRC
 stack update
 stack build
 #+END_SRC
 or
-#+BEGIN_SRC bash
+#+BEGIN_SRC
 cabal new-update
 cabal new-configure
 cabal new-build
 #+END_SRC
 
 If you have the /xmonad/ executable you can just simply run:
-#+BEGIN_SRC bash
+#+BEGIN_SRC
 xmonad --recompile
 #+END_SRC
-
-** Copyright
-All of the source code including vendored xmonad and xmonad-contrib packages are
-released under BSD 3-Clause license. All of the rights to the vendored code
-belongs to respective authors.

Consider giving Nix/NixOS a try! <3