From 4a6b5ffd2dc268b98d91b874b2f99b69557f6f6f Mon Sep 17 00:00:00 2001 From: JOLIMAITRE Matthieu Date: Fri, 8 Mar 2024 00:23:07 +0100 Subject: [PATCH 1/2] fix nano --- profile/airootfs/root/content/home/.nanorc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profile/airootfs/root/content/home/.nanorc b/profile/airootfs/root/content/home/.nanorc index 92042f1..9b0f4e3 100644 --- a/profile/airootfs/root/content/home/.nanorc +++ b/profile/airootfs/root/content/home/.nanorc @@ -281,8 +281,8 @@ include "/usr/share/nano/*.nanorc" ## For quickly uppercasing or lowercasing the word under the cursor. ## (These effectively do a Ctrl+Right followed by a Shift+Ctrl+Left, ## and then pipe the selected text through a sed command.) -" main Sh-M-U "c|sed 's/.*/\U&/' -" main Sh-M-L "c|sed 's/.*/\L&/' +# main Sh-M-U "c|sed 's/.*/\U&/' +# main Sh-M-L "c|sed 's/.*/\L&/' ## If you would like nano to have keybindings that are more "usual", ## such as ^O for Open, ^F for Find, ^H for Help, and ^Q for Quit, From 3dd105acff3496cdb7a24f1cbcc8325bc24234fc Mon Sep 17 00:00:00 2001 From: JOLIMAITRE Matthieu Date: Fri, 8 Mar 2024 00:45:26 +0100 Subject: [PATCH 2/2] added packages --- profile/airootfs/root/post_install.sh | 5 ++++- profile/airootfs/root/user_configuration.json | 10 +++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/profile/airootfs/root/post_install.sh b/profile/airootfs/root/post_install.sh index e97fa99..6345e66 100644 --- a/profile/airootfs/root/post_install.sh +++ b/profile/airootfs/root/post_install.sh @@ -48,11 +48,14 @@ log "installing paru" log "installing extra packages" echo " - paru -Sy --noconfirm tealdeer nnn-nerd ttf-ms-fonts discord visual-studio-code-bin opam ttf-firacode-nerd + paru -Sy --noconfirm tealdeer nnn-nerd ttf-ms-fonts discord visual-studio-code-bin opam ttf-firacode-nerd xviewer " | arch-chroot -u user "$ROOT" log "clearing caches" + echo ' + paru -cca --noconfirm + ' | arch-chroot -u user "$ROOT" rm -fr "$ROOT/home/user/.cache" rm -fr "$ROOT/var/cache/" diff --git a/profile/airootfs/root/user_configuration.json b/profile/airootfs/root/user_configuration.json index ac53d1b..cb2b838 100644 --- a/profile/airootfs/root/user_configuration.json +++ b/profile/airootfs/root/user_configuration.json @@ -124,7 +124,15 @@ "less", "bat", "lsd", - "noto-fonts" + "noto-fonts", + "firefox", + "evince", + "neofetch", + "tree", + "dust", + "zip", + "mpv", + "sshfs" ], "parallel downloads": 0, "profile_config": {