Skip to content

Easily set up a new account with all developer settings

Notifications You must be signed in to change notification settings

austinmcconnell/dotfiles

Repository files navigation

Dotfiles

Install

On a sparkling fresh installation of macOS:

    sudo softwareupdate -i -a
    xcode-select --install

The Xcode Command Line Tools includes git and make (not available on stock macOS). Then, install this repo with curl available:

    bash -c "`curl -fsSL https://raw.githubusercontent.com/austinmcconnell/dotfiles/master/remote-install.sh`"

This will clone (using git), or download (using curl or wget), this repo to ~/.dotfiles. If you prefer, you can manually clone into the desired location:

    git clone https://github.com/austinmcconnell/dotfiles.git ~/.dotfiles

Run setup script install.sh:

    cd ~/.dotfiles
    install.sh

Post-install

The dotfiles command

    $ dotfiles help
    Usage: dotfiles <command>

    Commands:
       clean           |Clean up caches (brew, npm, gem, rvm)
       dock            |Apply macOS Dock settings
       edit            | Open dotfiles in IDE (code) and Git GUI (stree)
       help            |This help message
       macos           |Apply macOS system defaults
       test            |Run tests
       update          |Update packages and pkg managers (OS, brew, npm, gem)

About

Easily set up a new account with all developer settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published