Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chriskacerguis/dotfiles-wsl2
Dotfiles for WSL2
https://github.com/chriskacerguis/dotfiles-wsl2
Last synced: about 1 month ago
JSON representation
Dotfiles for WSL2
- Host: GitHub
- URL: https://github.com/chriskacerguis/dotfiles-wsl2
- Owner: chriskacerguis
- Created: 2024-08-29T13:29:07.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T13:33:58.000Z (4 months ago)
- Last Synced: 2024-11-27T04:32:26.092Z (about 1 month ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My dotfiles for WSL2 (Ubuntu).
## Installation
```shell
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
``````shell
eval "$(/opt/homebrew/bin/brew shellenv)"
``````shell
brew install dotbot
``````shell
git clone https://github.com/chriskacerguis/dotfiles-wsl2.git ~/.dotfiles
``````shell
dotbot -d ~/.dotfiles -c ~/.dotfiles/install.conf.yaml
```