You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,23 +28,30 @@ Watch the video to learn more about how to use sesh to manage your tmux sessions
28
28
29
29
## How to install
30
30
31
-
### Homebrew
31
+
<details>
32
+
<summary>Homebrew</summary>
32
33
33
34
To install sesh, run the following [homebrew](https://brew.sh/) command:
34
35
35
36
```sh
36
37
brew install joshmedeski/sesh/sesh
37
38
```
38
39
39
-
### ArchLinux AUR
40
+
</details>
41
+
42
+
<details>
43
+
<summary>Arch Linux AUR</summary>
40
44
41
45
To install sesh, run the following [yay](https://aur.archlinux.org/packages/yay) command:
42
46
43
47
```sh
44
48
yay -S sesh-bin
45
49
```
46
50
47
-
### Go
51
+
</details>
52
+
53
+
<details>
54
+
<summary>Go</summary>
48
55
49
56
Alternatively, you can install Sesh using Go's go install command:
50
57
@@ -54,10 +61,15 @@ go install github.com/joshmedeski/sesh@latest
54
61
55
62
This will download and install the latest version of Sesh. Make sure that your Go environment is properly set up.
56
63
57
-
### Nix
64
+
</details>
65
+
66
+
<details>
67
+
<summary>Nix</summary>
58
68
59
69
See the [nix package directory](https://search.nixos.org/packages?channel=unstable&show=sesh&from=0&size=50&sort=relevance&type=packages&query=sesh) for instructions on how to install sesh through the nix platform.
60
70
71
+
</details>
72
+
61
73
**Note:** Do you want this on another package manager? [Create an issue](https://github.com/joshmedeski/sesh/issues/new) and let me know!
0 commit comments