disquisition / dotfiles

macOS environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

My macOS dotfiles.

How to install

The installation step requires the XCode Command Line Tools and may overwrite existing dotfiles in your HOME directory.

$ bash -c "$(curl -fsSL raw.github.com/disquisition/dotfiles/master/bin/dotfiles)"

If you wish to fork this project and maintain your own dotfiles, you must substitute my username for your own in the above command and the 2 variables found at the top of the bin/dotfiles script.

How to update

Run the dotfiles command:

$ dotfiles

Options:

-h, --help Help
--no-packages Suppress package updates
--no-sync Suppress pulling from the remote repository

Custom macOS defaults

Custom macOS settings can be applied during the dotfiles process. They can also be applied independently by running the following command:

$ macosdefaults

Acknowledgements

Inspiration and code was taken from many sources, including:

About

macOS environment

License:MIT License


Languages

Language:Shell 100.0%