git clone [email protected]:hoxbro/dotfiles.git ~/dotfiles
git -C ~/dotfiles submodule update --init
stow -d ~/dotfiles -R . --no-folding
Use --adopt
to overwrite existing files.
Font is UbuntuMono Nerd Font 14
.
Foreground is
#ffffff
and background is
#1a212e
.
Color | Normal | Bright |
---|---|---|
Black | #505354 |
#77767b |
Red | #e01b24 |
#f66151 |
Green | #82b414 |
#b7eb46 |
Yellow | #fd971f |
#feed6c |
Blue | #268bd2 |
#62ade3 |
Magenta | #8c54fe |
#bfa0fe |
Cyan | #56c2d6 |
#94d8e5 |
White | #ccccc6 |
#f8f8f2 |
Run pre-commit hooks with:
pre-commit install