-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.txt
54 lines (36 loc) · 1.01 KB
/
notes.txt
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
Docs
----
* https://www.zsh.org/
main page, HQ
* http://zsh.sourceforge.net/
* http://zsh.sourceforge.net/Doc/Release/Options.html
here every option is explained
example: `setopt auto_cd`
other people's config (check 'em out)
-------------------------------------
* https://github.com/cbarrick/dotfiles/tree/master/home/.zsh
cbarrick's settings
Reddit
------
* https://old.reddit.com/r/unixporn/comments/48wmfr/zsh_users_which_do_you_prefer_oh_my_zsh_or_prezto/
Summary: write your own config, don't use any framework :)
grml-zsh-config
---------------
* https://grml.org/zsh/
grml's zsh configuration
* https://grml.org/zsh/grmlzshrc.html
Grml's zsh setup
* https://www.archlinux.org/packages/extra/any/grml-zsh-config/
it has an Arch package
zsh-lovers
----------
* https://grml.org/zsh/zsh-lovers.html
tips, tricks and examples for the Z shell
print
-----
* http://www.bash2zsh.com/zsh_refcard/refcard.pdf
ZSH reference card
tips
----
* http://www.zzapper.co.uk/zshtips.html
ZSH Tips by ZZapper