aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
blob: cd7337124301c82210bfffb6db7ddd1d90ba91ae (plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
dotfiles
========

| dotfiles is a repository, that should go into the user's $HOME.
| It features configurations for zsh and many others.

Requirements
------------
Some requirements have to be met to make things work smoothly.
As I'm using |arch_linux|, all links are Arch specific.

zsh
***
I make extensive use of |zsh| whenever I can. The following plugins/extensions are needed for this repository to work.

* |zsh-syntax-highlighting| (|aur|)
* |zsh-completions|
* |zsh-history-substring-search-git| (|aur|)

autorandr
*********
For the screen setup scripts to work |autorandr| is needed.

Installation
------------
If the $HOME is that of a new user, one can simple init an empty repository and set its remote to the correct path:

  .. code:: bash

    git init
    # readonly link
    git remote add origin git://sleepmap.de/config/dotfiles
    # read/write link
    git remote add origin git@sleepmap.de:config/dotfiles
    git fetch
    git checkout -t origin/master


.. |autorandr| raw:: html

  <a href="https://aur.archlinux.org/packages/autorandr-git" target="_blank">autorandr</a>

.. |zsh| raw:: html

  <a href="https://www.archlinux.org/packages/extra/x86_64/zsh/" target="_blank">zsh</a>

.. |zsh-completions| raw:: html

  <a href="https://www.archlinux.org/packages/community/any/zsh-completions/" target="_blank">zsh-completions</a>

.. |zsh-syntax-highlighting| raw:: html

  <a href="https://aur.archlinux.org/packages/zsh-syntax-highlighting-git/" target="_blank">zsh-syntax-highlighting</a>

.. |zsh-history-substring-search-git| raw:: html

  <a href="https://aur.archlinux.org/packages/zsh-history-substring-search-git/" target="_blank">zsh-history-substring-search</a>

.. |aur| raw:: html

  <a href="https://aur.archlinux.org/" target="_blank">AUR</a>

.. |arch_linux| raw:: html

  <a href="https://archlinux.org/" target="_blank">Arch Linux</a>