/dotfiles

public version of my dotfiles

Primary LanguageShell

Theme

Dotfiles

Source and installation scripts to setup following theme for your development environment.

Installation

OSX

Required

Following packages will be installed

Optional

Initial setup

In the root of this repository:

sh .install/install_osx.zsh

Fonts

Script only download the font, now it's time to setup it in your desired terminal environment.

You can follow many popular environment setup guides here.

Note: For vsCode, the font name is FiraCode Nerd Font

Note2: for vsCode terminal, you need to add "terminal.integrated.fontFamily": "FiraCode Nerd Font" to options.

CDPATH

in .zshrc file, you can modify the cdpath property to allow you to more easily access your projects and desired directories.

Credit

Original theme and scripts made by Scott Nesham