From 30b66bb96995a2a0c77f72ba51b02a32a6274bd9 Mon Sep 17 00:00:00 2001 From: pagedMov Date: Sat, 26 Oct 2024 19:51:31 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9371e50..84598a9 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ If you are on NixOS and have flakes enabled, you can just clone the repo and run | Text Editor | [Nixvim](https://github.com/nix-community/nixvim) | | Image Viewer | [feh](https://github.com/derf/feh) | +## Scripts + ```chpaper``` - opens a fzf window with filenames and previews of images in $FLAKEPATH/assets/wallpapers. Picking one replaces the existing wallpaper path in $FLAKEPATH/flake.nix with the one you chose. ```chscheme``` - opens the full list of base16 color schemes in a fzf window, with a preview to see how the colors look in your terminal. When selected, replaces the chosen colorscheme in $FLAKEPATH/flake.nix with the on you chose. @@ -35,6 +37,7 @@ If you are on NixOS and have flakes enabled, you can just clone the repo and run ```viconf``` - takes a partial path or filename as an argument. Attempts to find a corresponding .nix file or directory in $FLAKEPATH. If multiple matches are found, then it opens a fzf instance that allows you to choose one. Opens the file in neovim. +## Aliases ```rebuild``` == ```nh os switch```