Line | |
---|
1 | * Dotfiles
|
---|
2 | Here 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 |
|
---|
28 | And many more! I left comments in my config, so you can get idea what
|
---|
29 | packages do.
|
---|
30 |
|
---|
31 | ** Install
|
---|
32 |
|
---|
33 | #BEGIN_SRC
|
---|
34 | git clone <this_repo>
|
---|
35 | cd <this_repo>
|
---|
36 |
|
---|
37 | stow <dir>
|
---|
38 | #END_SRC
|
---|
Note:
See
TracBrowser
for help on using the repository browser.