Updated script
This commit is contained in:
parent
0035fab6f6
commit
5c20c8f6d9
11
update.sh
11
update.sh
@ -218,11 +218,12 @@ sudo sh -c "echo -e 'SUBSYSTEM==\"usb\", ATTRS{idVendor}==\"0fd9\", ATTRS{idProd
|
||||
'SUBSYSTEM==\"usb\", ATTRS{idVendor}==\"0fd9\", ATTRS{idProduct}==\"008f\", TAG+=\"uaccess\"\\n'\
|
||||
'KERNEL==\"uinput\", SUBSYSTEM==\"misc\", OPTIONS+=\"static_node=uinput\", TAG+=\"uaccess\", GROUP=\"input\", MODE=\"0660\"' > /etc/udev/rules.d/60-streamdeck.rules"
|
||||
sudo udevadm trigger
|
||||
wget -P ~/.local/share/fonts https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/CodeNewRoman.zip \
|
||||
&& cd ~/.local/share/fonts \
|
||||
&& unzip CodeNewRoman.zip \
|
||||
&& rm CodeNewRoman.zip \
|
||||
&& fc-cache -fv
|
||||
mkdir -p /home/$USER/.local/share/fonts
|
||||
cd /home/$USER/.local/share/fonts
|
||||
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/CodeNewRoman.zip
|
||||
unzip CodeNewRoman.zip
|
||||
rm CodeNewRoman.zip
|
||||
fc-cache -fv
|
||||
fi
|
||||
|
||||
# Symlink nvim config
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user