Skip to content

Commit

Permalink
add an asciinema gif preview
Browse files Browse the repository at this point in the history
  • Loading branch information
b1ek committed May 17, 2024
1 parent a07c9f1 commit ef3772b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,9 @@
`hey` is a command line tool to contact DuckDuckGo Chat API from your terminal.
based on [this article](https://blek.codes/blog/duckduckgo-ai-chat/)

like this:
demo:

```sh
$ hey, how do you install windows on arch linux\?
Contacting DuckDuckGo chat AI...
Here are the basic steps to install Windows on a system that already has Arch Linux installed:

1. Shrink the Arch Linux partition to make space for Windows. This can be done using a disk partitioning tool like GParted. You'll need at least 20-30GB of unallocated space for Windows.
2. Download the Windows ISO file from Microsoft's website and write it to a USB drive to create a bootable Windows installer.

3. Reboot the system and enter the BIOS/UEFI settings to change the boot order so that the USB drive is prioritized. This will allow you to boot into the Windows installer.

4. When the Windows installer loads, select the "Custom install" option and choose the unallocated space you created earlier as the location to install Windows.

5. Follow the on-screen instructions to complete the Windows installation. The installer will automatically format the partition and install Windows files.

6. Once installed, you'll need to reconfigure the bootloader like GRUB to add an entry to dual boot between Arch Linux and Windows. This can be done by running update-grub in Arch Linux.
7. Reboot and you should now see an option to choose between Arch Linux and Windows on startup. You can switch between them as needed.
A few things to note - make sure to backup any important data before shrinking partitions. Also, Windows may overwrite the MBR with its own bootloader, so reconfiguring GRUB is important to retain Arch Linux booting ability. With some preparation, it's possible to smoothly install Windows alongside an existing Arch Linux installation.
```
<p align=center><img src='hey-demo.gif' alt='a gif demostrating a prompt about a bedtime story' width=1000></p>

# installation
if you run linux or macos,
Expand Down
Binary file added hey-demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ef3772b

Please sign in to comment.