https://github.com/indra87g/dotfiles
Simple setup for MSYS2 on Windows.
https://github.com/indra87g/dotfiles
Last synced: about 2 months ago
JSON representation
Simple setup for MSYS2 on Windows.
- Host: GitHub
- URL: https://github.com/indra87g/dotfiles
- Owner: indra87g
- License: gpl-2.0
- Created: 2024-07-09T13:11:24.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T13:32:15.000Z (10 months ago)
- Last Synced: 2024-11-14T16:34:19.952Z (6 months ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
Simple setup for MSYS2 on Windows.## Getting Started
- **Install everything you need:**
- MSYS2
```bash
scoop install msys2
```
- Alacritty
```bash
scoop install alacritty
```
- ZSH (install it in msys2 ucrt64)
```bash
pacman -S zsh
```
- **Extract zsh_plugins.zip in ```$HOME```**
- **Type this in ```alacritty.toml```:**
```toml
args = ["-defterm -here -no-start -ucrt64 -use-full-path -shell zsh"]
program = 'C:\Users\YOUR_USERNAME\scoop\apps\msys2\current\msys2_shell.cmd'
```
- **Run ```alacritty.exe```**#### NOTE: ```alacritty.toml``` is located at ```%APPDATA%/alacritty/```
## Screenshots
Coming Soon