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: 2 months 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 (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T02:05:22.000Z (10 months ago)
- Last Synced: 2024-10-12T21:01:47.326Z (6 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.
[](https://github.com/davidjenni/dotfiles/actions/workflows/PR.yml)
## Screenshots
macOS
Win11
## 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
````