sh install update

This commit is contained in:
ITmail-dk
2022-01-10 19:19:31 +01:00
parent e678f86eab
commit 22ce8dc4e1
4 changed files with 48 additions and 8 deletions

View File

@@ -0,0 +1,37 @@
#!/bin/bash
# APT UPDATE & APT UPGRADE
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " "
echo " Alacritty Themes - Install"
echo " NPM Install alacritty-themes"
echo " "
echo " See more at https://github.com/rajasegar/alacritty-themes"
echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo "Enter your user password, to continue."
sudo apt update && sudo apt install -y npm
# NPM Install alacritty-themes
npm i -g alacritty-themes
clear
echo " "
echo " "
echo " "
echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " "
echo " ALL DONE run alacritty-themes to use it"
echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " "
echo " "
echo " "
echo " "
echo " "