Skip to content

Latest commit

History

History
16 lines (12 loc) 路 261 Bytes

README.md

File metadata and controls

16 lines (12 loc) 路 261 Bytes

Dotfiles

Install

curl -fsSL \
  https://raw.githubusercontent.com/SebastienElet/dotfiles/main/install.sh | sh

Manual install

cd && \
  git clone --depth 1 https://github.com/SebastienElet/dotfiles.git .dotfiles &&
  make all