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
securely save and load all of your dotfiles. This feature ensures that your setup is backed up using Google's powerful
117
134
realtime database capabilities.
118
135
136
+
## Integrations
137
+
119
138
### Firebase
120
139
121
140
Please refer to the [Firebase Setup](FIREBASE_SETUP.md) document for detailed instructions on configuring your account.
@@ -144,6 +163,38 @@ If manual configuration feels too cumbersome, you can effortlessly explore one o
144
163
145
164
<imgsrc="https://iili.io/JuzBxCN.png" />
146
165
166
+
### ColorLS
167
+
168
+
HomeSetup integrates with colorls, a Ruby gem that beautifies the terminal's ls command, with color and font-awesome icons. For more information, please access the [ColorLS project](https://github.com/athityakumar/colorls).
169
+
170
+
<imgsrc="https://iili.io/dynBBSI.gif" />
171
+
172
+
### FZF
173
+
174
+
HomeSetup integrates with fzf, which is a general-purpose command-line fuzzy finder. For more information, please access the [FZF project](https://github.com/junegunn/fzf).
175
+
176
+
<imgsrc="https://iili.io/dynqv6l.gif" />
177
+
178
+
### GTrash
179
+
180
+
HomeSetup integrates with GTrash, a featureful Trash CLI manager: alternative to rm and trash-cli. For more information, please access the [GTrash project](https://github.com/umlx5h/gtrash).
HomeSetup has officially entered the AI landscape, introducing Taius, your dedicated AskAI assistant. Taius is here to provide accurate, on-demand answers to all your HomeSetup-related inquiries. Leveraging Retrieval-Augmented Generation (RAG) technology, Taius accesses and analyzes the full breadth of HomeSetup documentation, ensuring a seamless and enhanced user experience like never before.
187
+
188
+
<imgsrc="https://iili.io/dy2Ga6u.gif">
189
+
190
+
> It's required that you own accounts on GoogleSearch API (for searching the web), DeepL (for translations), and OpenAI. For that is required that you provide the following Api Keys:
191
+
192
+
1. GOOGLE_API_KEY
193
+
2. OPENAI_API_KEY
194
+
3. DEEPL_API_KEY
195
+
196
+
For a detailed documentation about the AskAI, please access the [AskAI project](https://github.com/yorevs/askai).
197
+
147
198
# Shell is boring, I prefer a graphical interface
148
199
149
200
Indeed, graphical user interfaces (GUIs) can be helpful when getting started with a new application. However, they
0 commit comments