Fix various bugs, update dotfiles

This commit is contained in:
askiiart 2023-11-23 16:03:11 -06:00
parent 1071caf5b7
commit 9d9f412c04
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
5 changed files with 6 additions and 10 deletions

View file

@ -23,10 +23,7 @@ elif command_exists "pacman"; then
rm -rf yay
yay -S noto-fonts-emoji --noconfirm --needed
sudo mkdir /usr/share/fonts/meslolgs
sudo curl -L https://github.com/IlanCosman/tide/blob/assets/fonts/mesloLGS_NF_regular.ttf?raw=true -o /usr/share/fonts/meslolgs/mesloLGS_NF_regular.ttf
sudo curl -L https://github.com/IlanCosman/tide/blob/assets/fonts/mesloLGS_NF_bold.ttf?raw=true -o /usr/share/fonts/meslolgs/mesloLGS_NF_bold.ttf
sudo curl -L https://github.com/IlanCosman/tide/blob/assets/fonts/mesloLGS_NF_italic.ttf?raw=true -o /usr/share/fonts/meslolgs/mesloLGS_NF_italic.ttf
sudo curl -L https://github.com/IlanCosman/tide/blob/assets/fonts/mesloLGS_NF_bold_italic.ttf?raw=true -o /usr/share/fonts/meslolgs/mesloLGS_NF_bold_italic.ttf
yay -S ttf-meslo-nerd-font-powerlevel10k --noconfirm --needed
elif command_exists "zypp"; then
echo "not yet implemented"
elif command_exists "emerge"; then

@ -1 +1 @@
Subproject commit c92291d12b94c4a631c283d7acfc52382e7c1bd9
Subproject commit 6d319e368bcb3fd446574c78e6a492a881029761

View file

@ -27,4 +27,4 @@ else
exit
fi
chsh -s $(which fish)
chsh -s $(readlink -f $(which fish))

View file

@ -17,8 +17,7 @@ elif command_exists "yum"; then
sudo yum install kitty -y
echo "Please install SchildiChat, nvim/neovim"
elif command_exists "yay"; then
yay -S kitty --noconfirm --needed
yay -S schildichat-desktop-bin digikam eog man-db --noconfirm --needed
yay -S kitty schildichat-desktop-bin digikam eog man-db neovim --noconfirm --needed
elif command_exists "zypp"; then
# Untested
sudo zypper install kitty -y

View file

@ -16,8 +16,8 @@ elif command_exists "yum"; then
elif command_exists "yay"; then
#printf '[multilib]\nInclude = /etc/pacman.d/mirrorlist\n'
#read -p "Enable the multilib repo in /etc/pacman.conf - look above"
sudo $EDITOR /etc/pacman.conf
yay -S steam --noconfirm --needed
#sudo $EDITOR /etc/pacman.conf
yay -S steam
yay -S protonup-qt-bin dosbox inotify-tools timidity scummvm xdotool xwinfo yad --noconfirm --needed
else
echo "IDK"