/dotfiles

╭ (oㅇ‿ o#)ᕗ ᕦ╏ ¬ ʖ̯ ¬ ╏ᕤ ╰╏ ・ ᗜ ・ ╏╯ ᕕ╏ ͡ᵔ ‸ ͡ᵔ ╏凸

Primary LanguageRuby

@tiegz dotfiles

Installation

1) clone the repo:

cd ~
git clone git@github.com:tiegz/dotfiles.git

2) add dotfiles to rc script:

zsh

echo "source ~/dotfiles/init" >> ~/.zshrc
source ~/.zshrc

bash

echo "source ~/dotfiles/init" >> ~/.bash_profile
source ~/.bash_profile