Update-pkg: added prettier
This commit is contained in:
parent
8bdc3f8586
commit
7b39dd1506
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user