Skip to content

dante-sparras/os-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

My OS Setup

  • Login to your Bitwarden Web Vault and copy the API Key from your GitHub Login.
  • Configure Git with your name and private email with the following commands:
     git config --global user.name "Dante Sparrås"
     git config --global user.email "55974949+dante-sparras@users.noreply.github.com"

Windows

  1. Start Powershell with the Run as Administrator (Win + X, A).

  2. Set the ExecutionPolicy to RemoteSigned with the following command:

     Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
  3. Run the following command to download and execute the setup.ps1 script:

     Invoke-RestMethod -Uri "https://raw.githubusercontent.com/dante-sparras/os-setup/main/windows/setup.ps1" | Invoke-Expression

    This will install the following:

    • 7zip
    • bitwarden
    • brave-beta
    • bruno
    • bun
    • discord
    • docker
    • epic-games-launcher
    • git
    • hibit-uninstaller
    • imageglass
    • JetBrains-Mono
    • neovim
    • nodejs
    • notion
    • obs-studio
    • oh-my-posh
    • powertoys
    • python
    • qbittorrent
    • steam
    • terminal-icons
    • vlc
    • vscode-insiders
    • winaero-tweaker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published