Skip to content

Commit

Permalink
[U] Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Jul 23, 2023
1 parent cec8152 commit 0385fd8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ neofetch with pride flags <3

This repo also serves as an updated version of the original `neofetch` since the upstream [dylanaraps/neofetch](https://github.com/dylanaraps/neofetch) doesn't seem to be maintained anymore (as of Jul 30, 2022, the original repo hasn't merged a pull request for 6 months). If you only want to use the updated neofetch without pride flags, you can use the `neofetch` script from this repo. To prevent command name conflict, I call it `neowofetch` :)

* Method 1: `pip install hyfetch` then run `neowofetch`
* Method 1: `pip install -U hyfetch` then run `neowofetch`
* Method 2: `npx neowofetch`
* Method 3: `P="$HOME/.local/bin/neowofetch" curl -L nf.hydev.org -o $P && chmod +x $P`
* Method 4: Run without install `bash <(curl -sL nf.hydev.org)`
Expand All @@ -21,7 +21,7 @@ This repo also serves as an updated version of the original `neofetch` since the
Install Python >= 3.7 first. Then, just do:

```sh
pip install hyfetch
pip install -U hyfetch
```

### Method 2: Install using system package manager
Expand Down Expand Up @@ -101,9 +101,11 @@ pip install git+https://github.com/hykilpikonna/hyfetch.git@master

<!-- CHANGELOG STARTS HERE --->

* 🌈 Add support for qwqfetch backend (#148)
* 🌈 Add nonhuman-unity flag (#139)
* 🌈 Add option to disable pride month animation (#134)
* 🌈 Fix: Should not assume ~/.config is writable (#136)
* πŸ–Ό OS - Update macOS version name list (#132)
* πŸ–Ό OS - Update macOS version name list (#140)
* πŸ–Ό Distro - Add Windows 95 ASCII logo (dylanaraps/neofetch#2346)
* πŸ–Ό Distro - Smoothen the Tumbleweed logo (dylanaraps/neofetch#2342)
* πŸ–Ό Distro - Add ParchLinux (dylanaraps/neofetch#2045)
Expand All @@ -118,6 +120,7 @@ pip install git+https://github.com/hykilpikonna/hyfetch.git@master
* πŸ–Ό Packages - Make cargo run on all systems (#146)
* πŸ–Ό Packages - Fix cargo package count (#144)
* πŸ–Ό Packages - Add Devbox package manager (#137)
* πŸ–Ό Packages - Fix phantom package when pm command fails (#145)
* πŸ–Ό Config - Allow specifying default config to copy to ~/.config (#133)

### 1.4.9
Expand Down

0 comments on commit 0385fd8

Please sign in to comment.