DEV Community

DB
DB

Posted on • Updated on

Mac-Configurations

GitHub logo dineshbhagat / mac-configurations

This is collections/ways to configure mac for development

forthebadge But it is forthebadge

Configurations



⬆️

Iterm2/Terminal configurations

Note: Make sure you have local admin rights before you proceed with the following installations.

Following site will help you setup your mac.

  1. Install iterm2 from https://www.iterm2.com/ and Install Homebrew from https://brew.sh/

  2. Install software listed in file brew-leaves.txt
    brew install $(< brew-leaves.txt)

  3. Add theme to iterm2: Oh-my-Z
    sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)""

  4. Add additional plugins, themes and fonts to iterm2

    Zsh plugins

    You can add additional plugins in zsh at .oh-my-zsh/custom/plugins location

    cd $ZSH/custom/plugins;git clone https://github.com/zsh-users/zsh-syntax-highlighting.git && git clone https://github.com/zsh-users/zsh-autosuggestions && git clone https://github.com/zsh-users/zsh-completions
    Enter fullscreen mode Exit fullscreen mode
    Install Fonts

    source-code-pro

Latest comments (0)