Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidjenni/dotfiles

dot files for my environments under Win32, OSX and Linux
https://github.com/davidjenni/dotfiles

dotfiles dotfiles-linux dotfiles-macos fish-shell neovim-dotfiles powershell-core starship-prompt wsl-ubuntu

Last synced: about 1 month ago
JSON representation

dot files for my environments under Win32, OSX and Linux

Awesome Lists containing this project

README

        

# dot files

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

[![PullRequest](https://github.com/davidjenni/dotfiles/actions/workflows/PR.yml/badge.svg)](https://github.com/davidjenni/dotfiles/actions/workflows/PR.yml)

## Screenshots

macOS
![macOS alacritty terminal](assets/mac-terminal.png)

Win11
![Windows terminal](assets/win-terminal.png)

## Installation

### Windows 10/11

to bootstrap, run this in a Windows PowerShell prompt:

````shell
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:

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