Skip to content

Bash scripts for installing required software/programs in Linux (debian/ubuntu).

Notifications You must be signed in to change notification settings

mlincon/virtualbox-installations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bash scripts for installing required software/programs in Linux (debian/ubuntu).

Installations

main.sh installs the following programs:

  • AWS CLI
  • Docker and Docker-compose
  • Git
  • Go (the version must be specified)
  • jq
  • Miniconda3
  • PostgreSQL
  • Terraform CLI
  • VSCode (along with extensions)
  • Zsh (with Powerlevel10k theme and will be set to default shell)

Run main.sh as non-root user, i.e. ./main.sh. During installation, there will be prompt for password (sudo).

After installation, restart for some of the changes to take in effect.

VSCode settings

settings.json file location

  • Windows %APPDATA%\Code\User\settings.json
  • macOS $HOME/Library/Application Support/Code/User/settings.json
  • Linux $HOME/.config/Code/User/settings.json

Official doc on settings: https://code.visualstudio.com/docs/getstarted/settings

About

Bash scripts for installing required software/programs in Linux (debian/ubuntu).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages