This repository contains some configuration files (Git, Bash, aliases, Ruby, Sublime Text, Node, ...) and some custom scripts and tools to bootstrap a friendly macOS development environment π
Run this:
git clone https://github.com/markets/dotfiles.git
cd dotfiles
script/install
Alternatively, to install it avoiding the confirmation prompt:
script/install -f # or --force
To update, cd
into your local dotfiles
folder and run again:
script/install
You can remove π₯ this configuration with:
script/uninstall
Includes current Ruby version and Git branch/status:
[3.3.0] markets: ~/workspace/dotfiles (master)* $
Use ~/.secrets
for stuff that you don't want to share in your public, versioned repo. It will be automatically symlinked to your ~
directory.
Git credentials are configured via the ~/.secrets
file.
Enjoy π€