Giter Site home page Giter Site logo

hardware-provisioning's Introduction

Provisioning Scripts

To make life easier

Prerequisites

From a fresh OS install:

  1. Ensure your SSH config file is present at:
    1. Win11 - %userprofile%\.ssh\config
    2. UNIX - ~/dev/ssh/ssh-config.txt

Usage

Run the following from a Terminal, entering your sudo/admin user password when prompted:

Windows 11:

  1. Manually install desired programs (see below)
  2. Install Windows Subsystem for Linux - wsl --install and setup username and pw
  3. Enable WSL - Search "Turn Windows Features on or off" > Enable "Windows Subsystem for Linux"
  4. Install Git - winget install --id Git.Git -e --source winget and config:
    1. git config --global user.email "[email protected]"
    2. git config --global user.name "Your Name"
  5. Symlink ssh-config - mklink /H %userprofile%\.ssh\config %userprofile%\dev\ssh\ssh-config.txt
  6. Open WSL Terminal:
    1. sudo apt-get install curl
    2. curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
    3. nvm install --lts

macOS Catalina+:

/bin/bash -c "$(curl https://raw.githubusercontent.com/avidsapp/hardware-provisioning/master/mac.sh)"

Ubuntu 22:

wget https://raw.githubusercontent.com/avidsapp/hardware-provisioning/master/linux.sh -O - | bash
  • Caveats:
    • VPN - install manually
    • Dropbox - run manually:
      cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
      
      # The following line will open a browser window to login to your Dropbox account
      ~/.dropbox-dist/dropboxd
      

TO DO

Linux:

  • Fix Dropbox integration and create daemon

PROGRAMS

VS Code Extensions:

hardware-provisioning's People

Contributors

avidsapp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.