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 alacritty 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

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