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
screencap) #? Use rofi to select screenshot options \n !! kills another rofi session
862
862
Launch-Screencap
863
863
;;
864
-
search) #? [*] Web Search\nﯦ supports shorthand e.g 'g: some thing' (this uses google.com to search for 'some thing')\nﯦ ':' is use as delimter\nﯦ Custom search-engines should be in 'search.lst' and be declared inside ./hyde.conf ( e.g search_file="$HOME/.config/hyde/search.lst" )
864
+
search) #? [*] Web Search\nﯦ supports shorthand e.g 'g: some thing' (this uses google.com to search for 'some thing')\nﯦ ':' is use as delimiter\nﯦ Custom search-engines should be in 'search.lst' and be declared inside ./hyde.conf ( e.g search_file="$HOME/.config/hyde/search.lst" )
#### Installation Instructions for HyDE with Hyde-install
101
-
102
-
> [!Note]
103
-
> To achieve the best experience, it is encouraged you perform a fresh install of HyDE.
104
-
105
-
1)**Basic Installation**
106
-
107
-
- To install HyDE with the defaults, simply run the following command:
108
-
109
-
```
110
-
Hyde-install
111
-
```
112
-
113
-
> [!Important]
114
-
> *Already have HyDE before you discover this CLI?*
115
-
> Simply run this command
116
-
> ` Hyde-install --link --dir ~/HyDE `
117
-
> Note that the ` ~/HydE ` is the path to the clone directory.
118
-
> See **Advanced Installation** below for more info.
119
-
120
-
2) **Advanced Installation**
121
-
122
-
- For more control over the installation process, you can use the following options:
123
-
124
-
- **Specify Local Directory**: To clone HyDE into a specific local directory and run the installation, use the `-d` or `--dir` flag followed by the path of the directory.
125
-
126
-
```
127
-
Hyde-install --dir /path/to/directory
128
-
```
129
-
130
-
- **Specify Remote Git Repository**: To clone HyDE from a specific remote git repository, use the `-g` or `--git` flag followed by the URL of the repository.
131
-
132
-
```
133
-
Hyde-install --git https://host/owner/repository
134
-
```
135
-
136
-
- **Link Local Git Repository**: To link a local git repository, use the `-l` or `--link` flag.
137
-
138
-
```
139
-
Hyde-install --link
140
-
```
141
-
3) **Sync changes**
142
-
- If you want to get the latest changes from the `hyprdots/HyDE` repo and apply to your local install
143
-
```
144
-
Hyde update
145
-
Hyde restore Config
146
-
```
147
-
148
-
> [!Important]
149
-
> If you have previously installed HyDE without using the CLI, you can still use the CLI to manage your installation.
150
-
> To do this, combine the --dir and --link flags where the local cloned repository is located.
151
-
>
152
-
> For example:
153
-
>
154
-
> ```
155
-
> Hyde-install --dir /path/to/cloned/hyde --link
156
-
> ```
157
-
158
-
## FAQ
159
-
160
-
#### Activate Shell-completions
161
-
162
-
If shell completions are not working, you can manually source them from the terminal. You can also persist the changes by adding the snippet at the end of your `.zshrc`, `.bashrc`.
163
-
164
-
<details>
165
-
<summary>Zsh</summary>
166
-
167
-
```sh
168
-
source Hyde.zsh
169
-
```
170
-
171
-
</details>
172
-
173
-
<details>
174
-
<summary>Bash</summary>
175
-
176
-
```sh
177
-
source Hyde.bash
178
-
```
179
-
</details>
180
-
181
-
#### Images are not being shown in the terminal
182
-
Make sure your terminal supports images. If you are using a terminal emulator that does not support images, you can use a terminal emulator that does, such as `kitty`.
183
-
184
-
</details>
185
26
186
27
## Support
187
28
@@ -192,14 +33,3 @@ If you would like to support this project, but don't know how, here are some way
192
33
- I don't really know what the use of the stars is, but feel free to leave one!
0 commit comments