Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 1.84 KB

File metadata and controls

58 lines (46 loc) · 1.84 KB

These dotfiles are maintained for current macOS installs, and with a good amount of massaging they can probably work across a bunch of recent linux distributions. The macOS installer was last checked on macOS 26.4.

Feel free to check things out, and copy whatever may be necessary (since I've done the same), but please don't run it as-is, as it might mess up your system.

You have been warned. Hopefully.

                        <>=======()
                       (/\___   /|\\          ()==========<>_
                             \_/ | \\        //|\   ______/ \)
                               \_|  \\      // | \_/
                                 \|\/|\_   //  /\/
                                  (oo)\ \_//  /
                                 //_/\_\/ /  |
                                @@/  |=\  \  |
                                     \_=\_ \ |
                                       \==\ \|\_
                                    __(\===\(  )\
                                   (((~) __(_/   |
                                        (((~) \  /
                                        ______/ /
                                        '------'

Quick start

$ git clone git@github.com:edran/.dotfiles ~/.dotfiles
$ cd .dotfiles/ansible
$ ansible-galaxy role install -r requirements.yml
$ ansible-galaxy collection install -r requirements.yml
$ ansible-playbook main.yml

After install

Patching Berkeley Mono

Worth maybe updating the first fonts on gdrive with a new version available at Berkeley Graphics.

After starting the docker daemon:

$ docker run --rm \
  -v /path/to/fonts:/in \
  -v /path/for/output:/out nerdfonts/patcher \
  nerdfonts/patcher \
  --progressbars \
  --mono \
  --adjust-line-height \
  --complete

The open Font Book and install the fonts manually.