add an asciinema gif preview
This commit is contained in:
parent
a07c9f14eb
commit
ef3772bf47
24
README.md
24
README.md
|
@ -2,29 +2,9 @@
|
||||||
`hey` is a command line tool to contact DuckDuckGo Chat API from your terminal.
|
`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/)
|
based on [this article](https://blek.codes/blog/duckduckgo-ai-chat/)
|
||||||
|
|
||||||
like this:
|
demo:
|
||||||
|
|
||||||
```sh
|
<p align=center><img src='hey-demo.gif' alt='a gif demostrating a prompt about a bedtime story' width=1000></p>
|
||||||
$ 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.
|
|
||||||
```
|
|
||||||
|
|
||||||
# installation
|
# installation
|
||||||
if you run linux or macos,
|
if you run linux or macos,
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 87 KiB |
Loading…
Reference in New Issue