This repository contains my personal dotfiles, designed to create a streamlined and consistent development environment. It includes configurations for Neovim, Zsh, and various system settings, all managed with Nix for reproducibility.
- Modern Shell Setup: A well-tuned
zsh
environment withpowerlevel10k
and useful aliases. - Neovim Configuration: A customized setup based on
kickstart.nvim
, tailored for an efficient workflow. - System Configuration: Tweaks and settings for a more consistent and productive user experience.
- Nix Integration: Package management and declarative configurations using
nix
andhome-manager
.
This repository is under active development and may change frequently. Use it at your own discretion.
git clone https://github.com/your-username/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.sh
Note: The script requires sudo privileges to set up system-level configurations.
This repository includes:
- Neovim (
nvim/
): Custom configuration and plugins. - Zsh (
zsh/
): Shell settings and aliases. - Nix (
nix/
): System and package management vianix
. - Scripts (
bin/
): Handy utility scripts for automation.
This project was initially inspired by Jake Wiesler’s dotfiles. While my setup has evolved significantly, his work provided an excellent starting point. Thanks, Jake!