Feat: Install neofetch

This commit is contained in:
2023-04-27 16:38:26 +03:00
parent 29d46c5790
commit df14c71c17
3 changed files with 895 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ function section_install
"imagick:Install ImageMagick CLI"
"starship:Install starship.rs"
"macos:Setup nice macOS defaults"
"neofetch:Install neofetch"
"nvm:Install Node Version Manager (nvm)"
"npm:Install NPM Packages"
"ntfy:Install ntfy"
@@ -52,6 +53,7 @@ function section_install
$0 install gh
$0 install go
$0 install imagick
$0 install neofetch
$0 install nvm
$0 install npm
$0 install ntfy
@@ -91,6 +93,10 @@ function section_install
bash "$DOTFILES/scripts/set-macos-defaults.sh" \
&& msg_yay "Brewfile defined apps has been installed!"
;;
neofetch)
bash "$DOTFILES/scripts/install-neofetch.sh" \
&& msg_yay "neofetch installed!"
;;
nvm)
curl -o- "https://raw.githubusercontent.com/nvm-sh/nvm/$VERSION_NVM/install.sh" | bash \
&& nvm install --lts --latest-npm --default