Compare commits

..

No commits in common. "aecbf68661cc7f566f331e5dcd1545cac6b7d9d9" and "863f6df3f8866c622bd24b5e43ff9c91dac355ae" have entirely different histories.

2 changed files with 1 additions and 26 deletions

View file

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

View file

@ -105,24 +105,6 @@ 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 "=================="