✨ Personal development environment configurations managed with GNU Stow.
- 🎨 nvim - Neovim editor configuration
- 💻 wezterm - Terminal emulator settings
- 🌈 oh-my-posh - Shell prompt theming
- 🪟 aerospace - macOS tiling window manager
- 🐚 zshrc - Zsh shell configuration
# Install GNU Stow
brew install stowgit clone https://github.com/viliusjan/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
stow */# Install specific configurations
stow nvim # 🎨 Editor
stow wezterm # 💻 Terminal
stow zshrc # 🐚 Shellstow -D <package> # 🗑️ Remove symlinksstow -R <package> # 🔄 Restow packagestow -n <package> # 🔍 Dry run (no changes)dotfiles/
├── 🎨 nvim/
│ └── .config/nvim/
├── 💻 wezterm/
│ └── .config/wezterm/
├── 🌈 ohmyposh/
│ └── .config/oh-my-posh/
├── 🪟 aerospace/
│ └── .config/aerospace/
├── ⌨️ skhd/
│ └── .config/skhd/
└── 🐚 zshrc/
└── .zshrc
AstroNvim-based configuration with custom plugins and theming
WezTerm with Oh My Posh prompt and custom theme
Aerospace window manager in action
Complete development environment overview
- 📝 Edit configs directly in the dotfiles directory (symlinks auto-sync!)
- 🔄 Run
stow -R <package>after making changes - 🛡️ Back up existing configs before installing
MIT