Skip to content

Script to install software on a new computer or VM instance

License

Notifications You must be signed in to change notification settings

kylebarron/linux_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linux_setup

Bash script to install most software I want on a new computer or VM instance

If you don't have sudo access, there are a few programs that I assume you have already installed:

  • curl
  • gcc and other standard build tools
  • autoconf
  • unzip

To see if you have these installs you could do:

command -v <program>

where <program> is the program you want to know is installed. If installed, it'll print the path to the program.

Download

git clone https://github.com/kylebarron/linux_setup/
cd linux_setup

Options:

bash ./cli.sh zsh python utilities docker rust
bash ./cli.sh python
bash ./cli.sh utilities
bash ./cli.sh docker
bash ./cli.sh jupyter

About

Script to install software on a new computer or VM instance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages