diff --git a/arch-assets/archpkg.txt b/arch-assets/archpkg.txt index 4070598..598f7c7 100644 --- a/arch-assets/archpkg.txt +++ b/arch-assets/archpkg.txt @@ -14,7 +14,6 @@ bluez bluez-utils blueman feh -nitrogen thunar lf flameshot @@ -32,8 +31,6 @@ keepassxc gparted firefox thunderbird -remmina -gimp vlc nextcloud-client seahorse @@ -42,3 +39,4 @@ discord flatpak zathura pavucontrol +emacs diff --git a/archsetup.sh b/archsetup.sh index 21f63a0..699f83d 100755 --- a/archsetup.sh +++ b/archsetup.sh @@ -128,11 +128,11 @@ while true; do mkdir $font_PATH fi mkdir $font_PATH/JetBrainsMono - cd $font_PATH/JetBrainsMono + pushd $font_PATH/JetBrainsMono/ wget https://github.com/ryanoasis/nerd-fonts/releases/latest/download/JetBrainsMono.tar.xz echo "" tar -xvf "JetBrainsMono.tar.xz" - cd "" + popd echo "" break elif [[ "${answer}" == "n" ]]; then