Skip to content

Holds the config files for macOS, zsh, tmux, vim etc..

Notifications You must be signed in to change notification settings

AnirudhDagar/dotfiles

Repository files navigation

dotfiles

Holds the config files and setup details for macOS, zsh, tmux, vim etc..

Setup

  1. Install iterm2 and set it as the default terminal.

  2. We need Xcode Command Line Tools before proceeding, install XCode.

  3. Clone this repo and import the flatland colors theme to iterm2.

  4. Map ⌥+← or ⌥+→ to jump over words. Delete a whole word using ⌥+backspace. Follow steps here

  5. Install brew.

  6. Change the colors in iterm2 preferences to show autosuggestions (will be installed later).

  7. Install ohmyzsh

    sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
    
  8. Install p10k

    git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
    echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc
    
  9. Stop brew auto-updates:

    
    

About

Holds the config files for macOS, zsh, tmux, vim etc..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published