- Git
- Sudo access (for package installation)
git clone http://github.com/margoussian/dotfiles && cd dotfiles && ./scripts/setup.shcurl -sL https://github.com/margoussian/dotfiles/archive/master.tar.gz | tar xz && cd dotfiles-master && ./scripts/setup.sh- Installs essential CLI tools and dependencies
- Configures Fish as the default shell
- Symlinks configuration files to
~/.config/using GNU Stow - Platform-specific setup (macOS system preferences, etc.)
- Requires Homebrew (installed automatically if missing)
- Sets system defaults (dark mode, Finder preferences, etc.)
- Installs Ghostty as the terminal emulator
- Uses
pacmanfor package management - Installs Alacritty as the terminal emulator
- Requires restart or re-login for shell changes to take effect
-
Restart Shell: Log out and back in, or restart your terminal for shell changes to take effect
-
Tmux Plugins: First time launching tmux, install plugins
- Press
prefix+ I (capital I) to install plugins - Default prefix is
Ctrl+a
- Press
-
Machine-Specific Config: Copy and customize locals file (optional)
cp ~/.config/fish/locals.fish.example ~/.config/fish/locals.fish # Edit with machine-specific settings, aliases, environment variables
-
GitHub CLI: Authenticate with GitHub
gh auth login
After completing setup, verify everything works:
- Open a new terminal - Fish should be your default shell
- Check prompt - Tide prompt should be configured
- Test aliases:
ls,cat,v,zed - Git commands work with your identity
- Tmux launches with correct theme and settings