https://github.com/gisketch/dotfiles
My configuration files for my workflow (neovim, glazewm, etc.)
https://github.com/gisketch/dotfiles
dotfiles windows
Last synced: about 1 month ago
JSON representation
My configuration files for my workflow (neovim, glazewm, etc.)
- Host: GitHub
- URL: https://github.com/gisketch/dotfiles
- Owner: gisketch
- Created: 2025-11-09T06:24:59.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-09T07:32:21.000Z (7 months ago)
- Last Synced: 2025-11-09T08:24:06.688Z (7 months ago)
- Topics: dotfiles, windows
- Language: Lua
- Homepage:
- Size: 144 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gisketch.dotfiles
My personal dotfiles managed with [Rotz](https://github.com/volllly/rotz).
## Prerequisites
### All
- JetBrainsMonoNL Nerd Font Propo
- zoxide
### Windows
- Windows Terminal
- manually copy `settings.json`
- [Ripgrep](https://github.com/BurntSushi/ripgrep) is required for grep searching with Telescope (OPTIONAL).
- GCC, Windows users must have [mingw](http://mingw-w64.org/downloads) installed and set on path.
- Make, Windows users must have [GnuWin32](https://sourceforge.net/projects/gnuwin32) installed and set on path.
- Scoop
- eza
## Quick Setup on New PC
### 1. Install Rotz
**Windows:**
```powershell
scoop bucket add volllly https://github.com/volllly/scoop-bucket
scoop install volllly/rotz
```
**macOS/Linux:**
```bash
brew install volllly/tap/rotz
```
### 2. Clone & Link
```powershell
rotz clone https://github.com/yourusername/dotfiles.git
rotz link
```
## What's Included
- **nvim** - Neovim configuration
## What This Does
- Clones your dotfiles repo
- Creates hard links from `~/.dotfiles/` to your actual config locations
- Edits sync automatically with git
## Moving to Another PC
Same 3-step process above. Your entire dev environment gets restored in minutes.