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

View file

@ -105,6 +105,24 @@ while true;do
fi fi
done 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 -e "\n\n\n\n"
echo "" echo ""
echo "==================" echo "=================="