Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 545 Bytes

File metadata and controls

21 lines (14 loc) · 545 Bytes

Dotfiles

These dotfiles helps me setup my computer. It will give you the same packages I use and my terminal theme.

Run the commands below. Its important to run the script in side on the .dotfiles directory.

IMPORTANT: Before executing the install script, please read through it to understand what it will do.

cd ~
git clone https://github.com/ballerabdude/dotfiles.git .dotfiles
cd .dotfiles
./install

or

cd ~ && git clone https://github.com/ballerabdude/dotfiles.git .dotfiles && cd .dotfiles && ./install