Terminal config: zsh, starship, ghostty, git.
One-liner install:
curl -fsSL https://raw.githubusercontent.com/IFAKA/dev-env/main/install.sh | bashWith Neovim config (VimZap):
curl -fsSL https://raw.githubusercontent.com/IFAKA/dev-env/main/install.sh | bash -s -- --with-vimzapThe installer clones the repo to ~/.dev-env. Use the setup script for management:
Check status:
~/.dev-env/setup.sh statusUninstall (clean, no traces):
~/.dev-env/setup.sh uninstall