git clone https://github.com/loliee/dotfiles ~/.dotfiles
Or without git (useful for the first install)
mkdir -p ~/.dotfiles
curl -L https://github.com/loliee/dotfiles/tarball/master \
| tar -xzv -C ~/.dotfiles --strip-components 1 --exclude={README.md}
Install packages 📦 and dotfiles ✨.
# Install packages and dotfiles
make install
# Install only dotfiles
make install-dotfiles
# Need help ?
make help
Setup sensible macOS defaults with:
make setup-macos
make setup-macos-hardening
Define fish as your default shell (example bellow is macOS specific):
echo "$(brew --prefix)/bin/fish" | sudo tee -a /etc/shells
chsh -s "$(brew --prefix)/bin/fish"