Update packages
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
0c519c15fe
commit
cdf03d6c96
4 changed files with 15 additions and 2 deletions
9
install
9
install
|
@ -130,6 +130,11 @@ NPM_PACKAGES=(
|
||||||
"npm-check-updates"
|
"npm-check-updates"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# composer packages which should be installed globally
|
||||||
|
COMPOSER_PACKAGES=(
|
||||||
|
"laravel/installer"
|
||||||
|
)
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Installtion information #
|
# Installtion information #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
@ -191,6 +196,10 @@ print_section "Installing global npm packages"
|
||||||
print_log "Installing ${#NPM_PACKAGES[@]} packages"
|
print_log "Installing ${#NPM_PACKAGES[@]} packages"
|
||||||
npm i -g "${NPM_PACKAGES[@]}"
|
npm i -g "${NPM_PACKAGES[@]}"
|
||||||
|
|
||||||
|
print_section "Installing global composer packages"
|
||||||
|
print_log "Installing ${#COMPOSER_PACKAGES[@]} packages"
|
||||||
|
composer global require "${COMPOSER_PACKAGES[@]}"
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Creating directories #
|
# Creating directories #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
|
@ -18,6 +18,7 @@ ibus-qt
|
||||||
intellij-idea-ultimate-edition
|
intellij-idea-ultimate-edition
|
||||||
java-openjfx-bin
|
java-openjfx-bin
|
||||||
jstest-gtk-git
|
jstest-gtk-git
|
||||||
|
melonds-git
|
||||||
mgba-qt-git
|
mgba-qt-git
|
||||||
minecraft-launcher
|
minecraft-launcher
|
||||||
mupen64plus-qt
|
mupen64plus-qt
|
||||||
|
|
|
@ -14,6 +14,7 @@ bash-completion
|
||||||
bat
|
bat
|
||||||
beep
|
beep
|
||||||
biber
|
biber
|
||||||
|
bind-tools
|
||||||
binutils
|
binutils
|
||||||
bison
|
bison
|
||||||
blueman
|
blueman
|
||||||
|
@ -63,6 +64,7 @@ gettext
|
||||||
gimp
|
gimp
|
||||||
git
|
git
|
||||||
glibc
|
glibc
|
||||||
|
gnome-keyring
|
||||||
gparted
|
gparted
|
||||||
gpick
|
gpick
|
||||||
gpicview-gtk3
|
gpicview-gtk3
|
||||||
|
@ -187,6 +189,7 @@ rust-racer
|
||||||
rustup
|
rustup
|
||||||
s-nail
|
s-nail
|
||||||
sd
|
sd
|
||||||
|
seahorse
|
||||||
sed
|
sed
|
||||||
shadow
|
shadow
|
||||||
simple-scan
|
simple-scan
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue