/DotFiles

My Personal Dotfiles

Primary LanguageShell

My Personal DotFiles

Contains functions, command aliases that I often use when working, for now only tested on macOS environment.

Installation

Clone this repository to your home directory

git clone git@github.com:SupianIDz/DotFiles.git ~/.dotfiles

Add the code below to the last line of your ~/.zshrc

source "$HOME/.dotfiles/loader.zsh"

Updating

cd ~/.dotfiles/ && git pull