https://github.com/wajeht/dotfiles
i use vim btw!
https://github.com/wajeht/dotfiles
bash config dotfiles ghostty neovim
Last synced: about 2 months ago
JSON representation
i use vim btw!
- Host: GitHub
- URL: https://github.com/wajeht/dotfiles
- Owner: wajeht
- License: mit
- Created: 2021-08-02T02:05:24.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-04-23T02:02:14.000Z (2 months ago)
- Last Synced: 2026-04-24T05:41:14.924Z (2 months ago)
- Topics: bash, config, dotfiles, ghostty, neovim
- Language: Shell
- Homepage: https://github.com/wajeht/dotfiles
- Size: 3.73 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
Clean, modular macOS development setup with old school tooling.
## Quick Start
```bash
# Remote install (recommended)
$ curl -fsSL https://raw.githubusercontent.com/wajeht/dotfiles/refs/heads/main/src/install.sh | bash -s -- --remote
# Or clone and install locally
$ git clone https://github.com/wajeht/dotfiles.git && cd dotfiles && ./src/install.sh
```
## What Gets Installed
- **macOS Settings** - Optimized system preferences
- **Homebrew & Packages** - Development tools and apps
- **Neovim** - Modern editor configuration
- **Git** - Aliases and workflow optimizations
- **Zsh** - Async native prompt with zero bloat
- **Ghostty** - GPU-accelerated terminal
- **LSD** - Beautiful file listing with colors
- **Bat** - Syntax-highlighted cat replacement
## 🔧 Commands
```bash
# Install everything
make install
# Individual components
make macos brew nvim git zsh ghostty lsd bat
# Uninstall components
make uninstall
# Utilities
make update # Update packages
make clean # Clean backups
make format # Format code
make sync-nvim # Sync nvim-pack-lock.json (run :lua vim.pack.update() first)
make help # Show all commands
```
## License
Distributed under the MIT License © [wajeht](https://github.com/wajeht). See [LICENSE](./LICENSE) for more information.