source: dotfiles/readme.org@ c39b1a4

Last change on this file since c39b1a4 was c39b1a4, checked in by Mikhail Kirillov <w96k.ru@…>, on Aug 30, 2019 at 1:47:39 AM

Add gnu stow categories

  • Property mode set to 100644
File size: 1.1 KB
Line 
1* Dotfiles
2Here you can find my dotfiles for various of unix programs.
3
4** GUIX
5 I use guixsd as my primary linux distro. It's GNU (totally libre),
6 extensible by GNU/Guile & based on nix package manager. Nix is the
7 future of package management.
8
9 [[config.scm][My config]]
10
11** Emacs
12[[emacs.png]]
13
14*** My setup
15| Font | terminus |
16| Theme | sanityinc-tomorrow-eighties |
17
18
19| use-package | Package management |
20| ivy | Autocomplete tool (search, find-file, M-x) |
21| aggressive indent mode | Auto formatting for code |
22| magit | Git frontend |
23| org-mode | Mode for writing documents & more |
24| exwm | Window manager within emacs |
25| flycheck | Spot code errors on the fly |
26| powerline | |
27
28And many more! I left comments in my config, so you can get idea what
29packages do.
30
31** Install
32
33#BEGIN_SRC
34git clone <this_repo>
35cd <this_repo>
36
37stow <dir>
38#END_SRC
Note: See TracBrowser for help on using the repository browser.