v1.0

Installation

Requirements

  • Git (for cloning repos)
  • A C compiler (gcc or clang)
  • make

From Source

Clone the repo and build:

git clone https://github.com/jaysalw/fetchdotfiles
cd fetchdotfiles
make

Then copy the binary somewhere in your PATH:

sudo cp fdf /usr/local/bin/

Or just for your user:

cp fdf ~/.local/bin/

Arch Linux (AUR)

yay -S fetchdots

Verify Installation

Check it works:

fdf --version
fdf --help

Uninstall

Just delete the binary:

sudo rm /usr/local/bin/fdf