Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davidjenni/dotfiles
- Owner: davidjenni
- Created: 2013-01-06T21:00:55.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T02:05:22.000Z (4 months ago)
- Last Synced: 2024-09-29T04:21:53.695Z (about 2 months ago)
- Topics: dotfiles, dotfiles-linux, dotfiles-macos, fish-shell, neovim-dotfiles, powershell-core, starship-prompt, wsl-ubuntu
- Language: PowerShell
- Homepage:
- Size: 912 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
````