Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 779 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 779 Bytes

TimonLukas/dotfiles

My personal dotfiles repository, managed through the wonderful chezmoi

Install

Simple (but unsafe):

sh -c "$(curl -fsLS dotfiles.timon.sh)"

Simple (a bit safer):

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply TimonLukas
  • Doesn't require chezmoi to be installed
    • Same command as in script above

Safest:

chezmoi init --apply TimonLukas
  • chezmoi must be installed

Scripts

build-github-pages.sh

Usage: ./build-github-pages.sh $GITHUB_USERNAME [$URL_INDEX_TXT]