kylebarron / linux_setup

Script to install software on a new computer or VM instance
MIT License
3 stars 1 forks source link

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:

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