chore: Updated window height and README
4d8eaca8
2 file(s) · +9 −7
| 152 | 152 | ||
| 153 | 153 | Through [AIChat](https://github.com/sigoden/aichat) you can have a great AI experience in your terminal. Start by running the command `ai` which will create a config and ask for your preferred and API key if applicable. If you want to use a local model with a tool like `ollama` use the `openai-compatible` option and use `http://localhost:11434/v1` as the base URL with no API key. |
|
| 154 | 154 | ||
| 155 | - |  |
|
| 155 | + |  |
|
| 156 | 156 | ||
| 157 | 157 | Once installed you can use AI in multiple ways in your terminal. |
|
| 158 | 158 | ||
| 182 | 182 | ||
| 183 | 183 | By installing `zsh-autosuggestions` and `zsh-syntax-highlighting` we're able to get a much better auto complete setup with zero zsh frameworks or package managers! |
|
| 184 | 184 | ||
| 185 | - | // gif |
|
| 185 | + |  |
|
| 186 | 186 | ||
| 187 | 187 | ### Better `cd` with `zoxide` |
|
| 188 | 188 | ||
| 189 | 189 | As you use `cd` to move into different directories, zoxide will gain memory of where you've been and make it easier to navigate to it later. For example, if you used `cd ~/Desktop`, anytime after that you can just use `cd Desktop` to navigate directly to that folder, without needing the full path. You can also use partial words like `cd Desk`. |
|
| 190 | 190 | ||
| 191 | - | // gif |
|
| 191 | + |  |
|
| 192 | 192 | ||
| 193 | 193 | ### Better `ls` with `eza` |
|
| 194 | 194 | ||
| 195 | 195 | `eza` provides a more visually appealing `ls` command that uses NerdFont icons from the patched [CommitMono](https://commitmono.com) font installed with your setup. |
|
| 196 | 196 | ||
| 197 | - | // gif |
|
| 197 | + |  |
|
| 198 | 198 | ||
| 199 | 199 | ### Better `htop` with `btop` |
|
| 200 | 200 | ||
| 201 | 201 | Nothing is more satisfying than viewing your system processes, and there's not a better way to do that than with [`btop`](https://github.com/aristocratos/btop). For best color results, update the theme to `TTY` by hitting `ESC` then going to `Settings`. |
|
| 202 | 202 | ||
| 203 | - | // gif |
|
| 203 | + |  |
|
| 204 | 204 | ||
| 205 | 205 | ## Themes |
|
| 206 | 206 | ||
| 225 | 225 | ||
| 226 | 226 | For those who may not know, the prompt is what the terminal greets you with. DARKMATTER uses [Starship](https://starship.rs) as it includes a wonderful default setup but also allows for deep customization. An easy way to change it is to check out the [presets list](https://starship.rs/presets/#presets) in the Starship docs. |
|
| 227 | 227 | ||
| 228 | - | // gif |
|
| 228 | + |  |
|
| 229 | 229 | ||
| 230 | 230 | > [!INFO] |
|
| 231 | 231 | > For more info on customizing your prompt [check out the docs](https://starship.rs) |
|
| 232 | 232 | ||
| 233 | 233 | ## Questions |
|
| 234 | + | ||
| 235 | + | Feel free to open an issue or [send me a message](https://stevedylan.dev/links)! |
|
| 12 | 12 | window-padding-balance = true |
|
| 13 | 13 | window-save-state = always |
|
| 14 | 14 | window-width = 85 |
|
| 15 | - | window-height = 30 |
|
| 15 | + | window-height = 25 |
|
| 16 | 16 | ||
| 17 | 17 | background = #121113 |
|
| 18 | 18 | foreground = #ffffff |