Skip to content

Instantly share code, notes, and snippets.

@pcolazurdo
Last active April 13, 2020 14:14
Show Gist options
  • Save pcolazurdo/865416812a63952a333878bcbeabef24 to your computer and use it in GitHub Desktop.
Save pcolazurdo/865416812a63952a333878bcbeabef24 to your computer and use it in GitHub Desktop.
Some tricks to improve the shell
  1. Install brew
    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    brew update
    
  2. Install iterm2
    brew cask install iterm2
    
  3. Instal oh-my-zsh
    sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
    
  4. Install p10k theme for oh-my-zsh
    git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
    
  5. Using a GIT Repo to keep the dotfiles https://harfangk.github.io/2016/09/18/manage-dotfiles-with-a-git-bare-repository.html
  6. Add Coloring aliases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment