installing sh file linux
//for chromebook users:
sudo sh ./file_name.sh
installing sh file linux
//for chromebook users:
sudo sh ./file_name.sh
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
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us