summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README51
1 files changed, 0 insertions, 51 deletions
diff --git a/README b/README
deleted file mode 100644
index 9469a0f..0000000
--- a/README
+++ /dev/null
@@ -1,51 +0,0 @@
--*- mode: org -*-
-
-* Dotfiles
-Here you can find my dotfiles for various of unix programs.
-
-** GUIX
- I use guixsd as my primary linux distro. It's GNU (totally libre),
- extensible by GNU/Guile & based on nix package manager.
-
- [[config.scm][My config]]
-
-** Emacs
- [[emacs.png]]
-
-*** My setup
-| Emacs version | 27 |
-| Font | Fira Mono |
-| Theme | Default (I used Tomorrow Eightees before) |
-
-
-| use-package | Package management |
-| vc [built-in] | Version Control |
-| org-mode [built-in] | Mode for writing documents & more |
-| flymake [built-in] | Spot code errors on the fly |
-| treemacs | Fancy file manager in sidebar like in IDE |
-| project.el [built-in] | Project Management |
-| electric [build-in] | Paren pairing |
-| all-the-icons | Icons for dired and treemacs |
-| telega | Telegram frontend |
-| git-gutter | Showing git status of lines |
-| avy | Moving faster |
-| mwim | Change default movement a bit |
-| fill-column-indicator | Show vertical bar at 70 symbols |
-| web-mode | Editing templates |
-| direnv | Get project environment |
-| guix | Guix frontend |
-| pdf-tools | Reading pdf files |
-
-And many more! I left comments in my config, so you can get idea what
-packages do.
-
-** Install
-
- You need GNU Stow & Git installed
-
-#+BEGIN_SRC bash
-git clone <this_repo>
-cd <this_repo>
-
-stow <dir> -t ~
-#+END_SRC