Skip to content

Commit 1e83f5e

Browse files
committed
➕ add figlet and figlet font downloader
1 parent 2c8b68b commit 1e83f5e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

downloader/figlet_font_downloader.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mkdir -p ~/.local/share/fonts/figlet-fonts/
2+
git clone https://github.com/xero/figlet-fonts.git ~/.local/share/fonts/figlet-fonts/

flake/flake.nix

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
packages.aarch64-darwin = with nixpkgs.legacyPackages.aarch64-darwin; {
1010
ag = silver-searcher;
1111
fastfetch = fastfetch;
12+
figlet = figlet;
1213
go = go_1_22;
1314
htop = htop;
1415
hyperfine = hyperfine;

0 commit comments

Comments
 (0)