ballerabdude / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My dotfiles


Languages

Language:Shell 99.5%Language:Vim Script 0.5%