My repo to setup OS and dotfiles on Linux, MacOS & Windows
- git (all)
- curl (linux & macos)
- nerd font (all)
- powershell (windows)
-
Make sure git and curl are installed
sudo apt update -y && sudo apt install git curl -y
-
Run initiation script
bash <(curl -fsSL https://raw.githubusercontent.com/alec-hs/dotfiles/main/runOnce.sh)
-
Make sure git and powershell are installed
-
Open Powershell as Admin
-
Execute
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
-
Run initiation script
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/alec-hs/dotfiles/main/runOnce.ps1'))