minamarkham / dotfiles

💻 macOS dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

~/.dotfiles

                _      _          
    |          | | o  | |         
  __|   __ _|_ | |    | |  _   ,  
 /  |  /  \_|  |/  |  |/  |/  / \_
 \_/|_/\__/ |_/|__/|_/|__/|__/ \/ 
               |\                 
               |/  by mina        
Managed using chezmoi

This are my public dotfiles. These are config files to set up a system the way I like it. They might not work for you, but feel free to steal from them.

Getting started

Check out the Quick Start page.

Install chezmoi and the dotfiles on any new machine

With a single command:

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply minamarkham

Update

On any machine, you can pull and apply the latest changes from your repo with:

chezmoi update -v

License

The code is available under the MIT license.

About

💻 macOS dotfiles

License:MIT License


Languages

Language:Shell 92.9%Language:Ruby 7.1%