Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 268 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 268 Bytes

Quick Setup:

install_location="$HOME/local/github.com/trironkk/home" \
&& sudo apt install -y git make \
&& git clone \
      --depth=1 \
      --recursive \
      "https://github.com/trironkk/home" "$install_location" \
&& make -C "$install_location"