/dotfiles

FirstSetupFiles

Primary LanguageShell

Dot Files Storehouse

  1. clone repository to ${HOME}
cd ~
git clone git@github.com:mintak21/dotfiles.git
  1. setup
# Create Dotfiles Symbolic link and install packages
make deploy GIT_NAME={GIT_NAME} GIT_EMAIL={GIT_EMAIL}
  1. cleanup
make clean
cd .. && rm -rf dotfiles