Skip to content

iamrajjoshi/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Personal dev setup for macOS — fish + zsh + Starship.

New Machine Setup

# 1. Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# 2. Clone this repo
git clone git@github.com:iamrajjoshi/dotfiles.git ~/code/dotfiles

# 3. Install packages
cd ~/code/dotfiles
brew bundle install

# 4. Install Oh-My-Zsh + plugins
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

# 5. Symlink configs (fish, zsh, starship, tmux, ghostty, zed, git)
./install.sh

# 6. (Optional) Add work overrides
# See: https://github.com/iamrajjoshi/work-dotfiles

After step 5, open a new terminal — Starship prompt, all aliases, and both shells should work.

Structure

shell/aliases.sh      # Canonical aliases (zsh/bash compatible)
fish/                 # Fish shell configs
zsh/                  # Zsh configs (Starship, Oh-My-Zsh)
tmux/tmux.conf        # Tmux config
ghostty/config        # Ghostty terminal config
zed/settings.json     # Zed editor settings
starship.toml         # Shared Starship prompt
.gitconfig            # Git config (includes ~/.gitconfig_local)
Brewfile              # Homebrew packages
install.sh            # Symlink installer

Config Layering

Both shells support local overrides for work-specific config:

  • Zsh: ~/.zshrc_local sourced at end of .zshrc
  • Fish: ~/.config/fish/local.fish sourced at end of config.fish
  • Git: ~/.gitconfig_local included via .gitconfig

On a personal machine without local overrides, everything works standalone.

macOS Settings

Dock animation speed

defaults write com.apple.dock autohide-time-modifier -float 0.15; killall Dock

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors