https://github.com/zerohertz/dotfiles
⚫️ Zerohertz's Dotfiles ⚫️
https://github.com/zerohertz/dotfiles
karabiner kitty linux macos neovim nvim p10k tmux ubuntu zsh zshrc
Last synced: 3 months ago
JSON representation
⚫️ Zerohertz's Dotfiles ⚫️
- Host: GitHub
- URL: https://github.com/zerohertz/dotfiles
- Owner: Zerohertz
- License: mit
- Created: 2024-07-11T23:52:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-16T13:58:00.000Z (4 months ago)
- Last Synced: 2026-03-17T00:55:29.902Z (4 months ago)
- Topics: karabiner, kitty, linux, macos, neovim, nvim, p10k, tmux, ubuntu, zsh, zshrc
- Language: Shell
- Homepage: https://deepwiki.com/Zerohertz/dotfiles
- Size: 453 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
⚫️ Zerohertz's Dotfiles ⚫️
---
🛠️ Configs 🛠️
Operating Systems
Terminals
Shells
Editors
Development
Agents
Productivity
Archived
💻 macOS 💻
```bash
$ make macos
```
🐧 Ubuntu 🐧
```bash
$ make linux
```
🐳 Docker 🐳
```bash
$ docker run \
--name $name \
--platform linux/amd64 \
-v ./:/workspace \
--rm -d \
zerohertzkr/dev
$ docker exec -it $name zsh
```