diff --git a/archsetup.sh b/archsetup.sh index bf9d1f5..3b1958f 100755 --- a/archsetup.sh +++ b/archsetup.sh @@ -105,6 +105,24 @@ while true;do fi done +echo -e "\n\n\n\n" +echo "" +echo "========" +echo " Tweaks " +echo "========" +echo "" + +# Get JetBrainsMono font +font_PATH="$home_PATH/.local/share/fonts" +if [[ ! -d $font_PATH ]]; then + echo "mkdir $font_PATH" +fi +echo "cd $font_PATH" +echo "wget https://github.com/ryanoasis/nerd-fonts/releases/latest/download/JetBrainsMono.tar.xz" +echo "cd $font_PATH && tar -xvf JetBrainsMono.tar.xz" +echo "cd ''" +echo "" + echo -e "\n\n\n\n" echo "" echo "=================="