#!/usr/bin/env bash mkdir -p "$HOME/.local/bin" curl -s 'https://raw.githubusercontent.com/silas/dot/master/dot' -o "$HOME/.local/bin/dot" chmod 755 "$HOME/.local/bin/dot" "$HOME/.local/bin/dot" install "https://github.com/silas/dotfiles" source "$HOME/.bashrc"