Horje
bash install.sh shell programs and npm packages Code Example
bash install.sh shell programs and npm packages
PROGRAMS="hub httpie ripgrep bat fzf fd fd-find jq autojump direnv tig tmux neovim exa just lazygit jump"
NPM="how-2 tldr"
export INSTALLER="sudo apt-get"    # on Debian/Ubuntu
export INSTALLER="something else"  # on another Linux
export INSTALLER="brew"            # on macOS
for program in $PROGRAMS ; do $INSTALLER install $program ; done
for program in $NPM ; do npm install -g $program ; done
Source: dev.to




Shell

Related
kivy install windows Code Example kivy install windows Code Example
difference between - and -- in linux Code Example difference between - and -- in linux Code Example
wireshark export list of ip addresses Code Example wireshark export list of ip addresses Code Example
uninstall xbox game bar Code Example uninstall xbox game bar Code Example
wsl2 curl localhost Code Example wsl2 curl localhost Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9