edran / .dotfiles

Personal dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

These dotfiles are compatible with MacOS Monterey, and with a good amount massaging they can probably work across a bunch of recent linux distributions.

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-playbook main.yml --ask-become-pass

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.

About

Personal dotfiles


Languages

Language:Shell 79.5%Language:C++ 10.3%Language:C 5.1%Language:Ruby 2.0%Language:Perl 1.3%Language:Makefile 0.7%Language:Dockerfile 0.5%Language:Python 0.5%Language:Vim Script 0.1%Language:Emacs Lisp 0.1%