Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.94 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.94 KB

Terminal icon

This is my way to personalize my terminal.

Based on holman's article, it isn't a fork from holman's dotfiles but it's using some files stoled from there. 🤫

Actually I also made it a way to manage the apps that I use on my machine using mas (for apps I use from Apple Store) and Homebrew (for command-line and some other apps not available on Apple Store).

Prerequisites

Mac

If you are on Mac I recommend:

  1. Make sure you already have logged in on Apple store to be able to use mas
  2. Run xcode-select --install

Install

sh installer

  1. Install all apps listed on Brewfile;
  2. Install antigen and Oh My Zsh

Local Brewfile

To add your own list of apps to the brew installation process, create your own Brewfile on your home directory (~/.Brewfile)

Bootstrap

sh bootstrap

  1. Make a copy of all .zsh file to $HOME/.dotfiles
  2. Configure the zsh using files in the hierarchy:
Pattern Description
dir/*.zsh loaded into your environment.
dir/path.zsh loaded first and is expected to setup $PATH or similar.
dir/completion.zsh loaded last and is expected to setup autocomplete.
dir/*.symlink copy (hide) into your $HOME.

Local config

To create your own configurations create a ~/.localrc and it will be loaded by zsh