-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy pathterminal.json
More file actions
207 lines (207 loc) · 6.59 KB
/
terminal.json
File metadata and controls
207 lines (207 loc) · 6.59 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
[
{
"id": "zsh",
"name": "Zsh",
"description": "Powerful shell with advanced completion features",
"category": "Terminal",
"targets": {
"ubuntu": "zsh",
"debian": "zsh",
"arch": "zsh",
"fedora": "zsh",
"opensuse": "zsh",
"nix": "zsh",
"homebrew": "zsh"
},
"unavailableReason": "Zsh is a system shell and not available via Flatpak or Snap.",
"icon": {
"type": "iconify",
"set": "simple-icons",
"name": "zsh",
"color": "#F15A24"
}
},
{
"id": "ohmyzsh",
"name": "Oh My Zsh",
"description": "Zsh configuration framework with plugins/themes",
"category": "Terminal",
"targets": {
"nix": "oh-my-zsh"
},
"unavailableReason": "Install via `sh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"`. See [ohmyzsh wiki](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH).",
"icon": {
"type": "iconify",
"set": "simple-icons",
"name": "zsh",
"color": "#F15A24"
}
},
{
"id": "fish",
"name": "Fish",
"description": "Smart and user-friendly interactive shell",
"category": "Terminal",
"targets": {
"ubuntu": "fish",
"debian": "fish",
"arch": "fish",
"fedora": "fish",
"opensuse": "fish",
"nix": "fish",
"homebrew": "fish"
},
"unavailableReason": "Fish is a system shell and not available via Flatpak or Snap.",
"icon": {
"type": "iconify",
"set": "vscode-icons",
"name": "file-type-shell"
}
},
{
"id": "starship",
"name": "Starship",
"description": "Cross-shell customizable command prompt",
"category": "Terminal",
"targets": {
"ubuntu": "starship",
"debian": "starship",
"arch": "starship",
"opensuse": "starship",
"nix": "starship",
"homebrew": "starship"
},
"unavailableReason": "Not in Fedora repos. Install via `curl -sS https://starship.rs/install.sh | sh` or see [starship.rs](https://starship.rs/).",
"icon": {
"type": "iconify",
"set": "simple-icons",
"name": "starship",
"color": "#DD0B78"
}
},
{
"id": "alacritty",
"name": "Alacritty",
"description": "Blazing fast GPU-accelerated terminal emulator",
"category": "Terminal",
"targets": {
"ubuntu": "alacritty",
"debian": "alacritty",
"arch": "alacritty",
"fedora": "alacritty",
"opensuse": "alacritty",
"nix": "alacritty",
"snap": "alacritty --classic",
"homebrew": "--cask alacritty"
},
"unavailableReason": "Alacritty is not available as a Flatpak package.",
"icon": {
"type": "iconify",
"set": "simple-icons",
"name": "alacritty",
"color": "#F46D01"
}
},
{
"id": "kitty",
"name": "Kitty",
"description": "Fast GPU-based terminal with advanced features",
"category": "Terminal",
"targets": {
"ubuntu": "kitty",
"debian": "kitty",
"arch": "kitty",
"fedora": "kitty",
"opensuse": "kitty",
"nix": "kitty",
"homebrew": "--cask kitty"
},
"unavailableReason": "Kitty is not available via Flatpak or Snap.",
"icon": {
"type": "iconify",
"set": "mdi",
"name": "cat",
"color": "#ea5e5e"
}
},
{
"id": "wezterm",
"name": "WezTerm",
"description": "GPU-accelerated terminal with Lua configuration",
"category": "Terminal",
"targets": {
"arch": "wezterm",
"opensuse": "wezterm",
"nix": "wezterm",
"flatpak": "org.wezfurlong.wezterm",
"homebrew": "--cask wezterm"
},
"unavailableReason": "Not in official repos. Use [Flatpak](https://flathub.org/en/apps/org.wezfurlong.wezterm) or follow instructions at [wezfurlong.org/wezterm/install](https://wezfurlong.org/wezterm/install/linux.html).",
"icon": {
"type": "iconify",
"set": "simple-icons",
"name": "wezterm",
"color": "#4E49EE"
}
},
{
"id": "foot",
"name": "Foot",
"description": "Lightweight Wayland-native terminal emulator",
"category": "Terminal",
"targets": {
"ubuntu": "foot",
"debian": "foot",
"arch": "foot",
"fedora": "foot",
"opensuse": "foot",
"nix": "foot",
"homebrew": "foot"
},
"unavailableReason": "Foot is a Wayland-only terminal and not available via Flatpak or Snap.",
"icon": {
"type": "iconify",
"set": "simple-icons",
"name": "wayland",
"color": "#FFBC00"
}
},
{
"id": "ghostty",
"name": "Ghostty",
"description": "Native GPU-accelerated terminal by Mitchell Hashimoto",
"category": "Terminal",
"targets": {
"arch": "ghostty",
"nix": "ghostty",
"homebrew": "--cask ghostty"
},
"unavailableReason": "Not in most repos. See [official binaries](https://ghostty.org/docs/install/binary#linux-(official)) or build from source.",
"icon": {
"type": "iconify",
"set": "mdi",
"name": "ghost-outline",
"color": "#6E56CF"
}
},
{
"id": "ptyxis",
"name": "Ptyxis",
"description": "Modern terminal emulator optimized for containerized workflows",
"category": "Terminal",
"targets": {
"debian": "ptyxis",
"ubuntu": "ptyxis",
"arch": "ptyxis",
"fedora": "ptyxis",
"opensuse": "ptyxis",
"nix": "ptyxis",
"flatpak": "app.devsuite.Ptyxis"
},
"unavailableReason": "Not available via Snap or Homebrew. Use [Flatpak Version](https://flathub.org/en/apps/app.devsuite.Ptyxis) ",
"icon": {
"type": "url",
"url": "https://upload.wikimedia.org/wikipedia/commons/2/21/Ptyxis.svg"
}
}
]