Skip to content

Setup

Installation

  • Install git.
  • Clone this git repository by running the command below (Linux and Mac):
git clone https://github.com/HieuDao-code/dotfiles.git $HOME/.dotfiles

Execute the install script:

cd $HOME/.dotfiles
./install.sh

You might have to give permission to execute the file:

chmod -x $HOME/.dotfiles/install.sh