Update-pkg: added prettier

This commit is contained in:
Marcin Woźniak 2025-02-19 22:26:42 +01:00
parent 8bdc3f8586
commit 7b39dd1506
Signed by: y0rune
GPG Key ID: F204C385F57EB348

View File

@ -484,6 +484,11 @@ function install_winbox_old() {
xattr -cr ~/Applications/winbox.exe
}
function install_prettier(){
$install prettier
$install prettierd
}
function main() {
command_start update_pip
command_start install_neovim_module_for_python
@ -521,6 +526,7 @@ function main() {
command_start install_streamlink
command_start install_fzf
command_start install_winbox_old
command_start install_prettier
command_start install_zsh_addons
command_start install_brew_programs
}