aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
blob: c629fa8131f94bd23ce986f42bdc91cfe42b5781 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
linux-home
==========

My dotfiles.

The files are maintained in this repository and shared across different
machines using [config-links].

[config-links]: https://github.com/egor-tensin/config-links

Deployment
----------

Go to the top directory and execute `links-update` (from [config-links]).

Issues
------

Some utilities (notably, GHC) may not work if its configuration files are
group-writable.
To fix this, run `chmod g-w` for every file & directory in this repository (you
can do this by running `links-chmod go-w`; this call is included in the
update.sh script).

License
-------
Distributed under the MIT License.
See [LICENSE.txt] for details.

[LICENSE.txt]: LICENSE.txt