davidjenni / dotfiles

dot files for my environments under Win32, OSX and Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

dot files for my environments under Win32, OSX and Linux


Languages

Language:PowerShell 51.3%Language:Shell 24.1%Language:Lua 22.5%Language:Batchfile 2.1%