Compare commits

...

2 commits

Author SHA1 Message Date
Rodolfo aecbf68661 Update pkg list 2024-07-01 09:21:47 +08:00
Rodolfo 8849387f1c Add tweaks to setup scripts 2024-07-01 09:20:46 +08:00
2 changed files with 26 additions and 1 deletions

View file

@ -1,10 +1,13 @@
base-devel
bash-completion
kitty
alacritty
xclip
rofi
lxappearance
bluez
bluez-utils
bluedevil
blueman
feh
nitrogen
dolphin
@ -22,6 +25,7 @@ ripgrep
p7zip
keepassxc
gparted
firefox
thunderbird
remmina
gimp
@ -29,3 +33,6 @@ vlc
nextcloud-client
seahorse
python-pip
discord
flatpak
zathura

View file

@ -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 "=================="