/.dotfiles

cd ~/ && git clone https://github.com/neoascetic/.dotfiles && find ~/.dotfiles -name '.*' -depth 1 -not -name '.git' -exec ln -sf {} \;

Primary LanguageShell

Issues