Skip to content

alec-hs/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My dotfiles and OS setup

Intro

My repo to setup OS and dotfiles on Linux, MacOS & Windows

Requirements

  • git (all)
  • curl (linux & macos)
  • nerd font (all)
  • powershell (windows)

Install (Linux)

  1. Make sure git and curl are installed

    sudo apt update -y && sudo apt install git curl -y
  2. Run initiation script

    bash <(curl -fsSL https://raw.githubusercontent.com/alec-hs/dotfiles/main/runOnce.sh)

Install (Windows)

  1. Make sure git and powershell are installed

  2. Open Powershell as Admin

  3. Execute

    Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
  4. Run initiation script

    iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/alec-hs/dotfiles/main/runOnce.ps1'))

About

My dotfiles repo for quick env setup.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published