File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
- ## Installation
1
+ # Installation
2
2
3
- ### Manual (Git Clone)
3
+ * [ Manual] ( #manual-git-clone )
4
+ * [ Antigen] ( #antigen )
5
+ * [ Oh My Zsh] ( #oh-my-zsh )
6
+ * [ Arch Linux] ( #arch-linux )
7
+ * [ macOS via Homebrew] ( #macos-via-homebrew )
8
+
9
+ ## Manual (Git Clone)
4
10
5
11
1 . Clone this repository somewhere on your machine. This guide will assume ` ~/.zsh/zsh-autosuggestions ` .
6
12
16
22
17
23
3. Start a new terminal session.
18
24
19
- # ## Antigen
25
+ # # Antigen
20
26
21
27
1. Add the following to your ` .zshrc` :
22
28
26
32
27
33
2. Start a new terminal session.
28
34
29
- # ## Oh My Zsh
35
+ # # Oh My Zsh
30
36
31
37
1. Clone this repository into ` $ZSH_CUSTOM /plugins` (by default ` ~/.oh-my-zsh/custom/plugins` )
32
38
42
48
43
49
3. Start a new terminal session.
44
50
45
- # ## Arch Linux
51
+ # # Arch Linux
46
52
47
53
1. Install [` zsh-autosuggestions` ](https://www.archlinux.org/packages/community/any/zsh-autosuggestions/) from the ` community` repository.
48
54
60
66
61
67
3. Start a new terminal session.
62
68
63
- # ## macOS via Homebrew
69
+ # # macOS via Homebrew
70
+
64
71
1. Install the ` zsh-autosuggestions` package using [Homebrew](https://brew.sh/).
65
72
66
73
` ` ` sh
74
81
` ` `
75
82
76
83
3. Start a new terminal session.
77
-
You can’t perform that action at this time.
0 commit comments