Skip to content

dot files for my environments under Win32, OSX and Linux

Notifications You must be signed in to change notification settings

davidjenni/dotfiles

Repository files navigation

dot files

DotFiles for my macOS, Win32 & Linux environments. Geared towards use of git and neovim.

PullRequest

Screenshots

macOS

macOS terminal

Win11 Windows terminal

Installation

Windows 10/11

to bootstrap, run this in a Windows PowerShell prompt:

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force
irm 'https://raw.githubusercontent.com/davidjenni/dotfiles/main/bootstrap.ps1' | iex

For a headless install (elevated), run

powershell -NoProfile -ExecutionPolicy RemoteSigned -command { Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force; $env:DOT_HEADLESS=1; irm https://raw.githubusercontent.com/davidjenni/dotfiles/main/bootstrap.ps1 | iex }

macOS 14+/Ubuntu 22+ (WSL or VM)

to bootstrap, run this in a default Terminal.app prompt:

curl -fsSL https://raw.githubusercontent.com/davidjenni/dotfiles/main/bootstrap.sh | bash