Cross-shell setup using starship (prompt) + tmux (terminal multiplexer). Works in zsh, bash, and PowerShell.
Install a Nerd Font and set it as your terminal font. FiraCode is recommended (the install scripts grab it automatically on Linux).
cd ~ && git clone https://github.com/sevenfoxes/dotfiles
# Edit dotfiles/.gitconfig with your name and email
cd dotfiles && ./install.shInstalls: starship, zsh, nvm, Node LTS, Claude Code, FiraCode Nerd Font.
git clone https://github.com/sevenfoxes/dotfiles
# Edit dotfiles/.gitconfig with your name and email
cd dotfiles && .\install.ps1 # run as administratorInstalls: starship, nvm for windows, git, Node LTS, Claude Code.
Starship is wired up by install.ps1. If you need to add it manually:
Add-Content $PROFILE "`nInvoke-Expression (&starship init powershell)"