adds nerd fonts

This commit is contained in:
2024-02-13 18:02:25 -08:00
parent d227ae34d3
commit c91fb8f588

View File

@@ -40,11 +40,11 @@ sudo apt install code -y
# sudo gem install solargraph
sudo add-apt-repository ppa:hack-fonts/hack -y
sudo apt update
sudo apt install fonts-hack -y
git clone http://www.github.com/noisycarlos/kitty
##### nerd fonts
sudo apt install wget fontconfig &&
wget -P ~/.local/share/fonts https://github.com/ryanoasis/nerd-fonts/releases/latest/download/Meslo.zip &&
cd ~/.local/share/fonts && unzip Meslo.zip && rm *Windows* && rm Meslo.zip && fc-cache -fv
######
sudo npm install -g @railway/cli
sudo npm install -g vercel
@@ -52,6 +52,7 @@ sudo npm install -g vercel@latest
cd ~/.config/
git clone http://www.github.com/noisycarlos/kitty
git config --global user.email "noisycarlos@hey.com"
git config --global user.name "Carlos Aldana"