Skip to content

hoxbro/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 11, 2025
4ef93dd · Apr 11, 2025

History

67 Commits
Apr 7, 2025
Jan 17, 2025
Jan 17, 2025
Jan 17, 2025
Jan 17, 2025
Apr 11, 2025
Jan 17, 2025
Jan 17, 2025
Jan 17, 2025
Mar 20, 2025
Mar 4, 2025
Jan 17, 2025
Apr 10, 2025
Jan 17, 2025

Repository files navigation

Installation

git clone git@github.com:hoxbro/dotfiles.git ~/dotfiles
git -C ~/dotfiles submodule update --init
stow -d ~/dotfiles -R . --no-folding

Use --adopt to overwrite existing files.

Terminal

Font is UbuntuMono Nerd Font 14.

Foreground is #ffffff #ffffff and background is #1a212e #1a212e.

Color Normal Bright
Black #505354 #505354 #77767b #77767b
Red #e01b24 #e01b24 #f66151 #f66151
Green #82b414 #82b414 #b7eb46 #b7eb46
Yellow #fd971f #fd971f #feed6c #feed6c
Blue #268bd2 #268bd2 #62ade3 #62ade3
Magenta #8c54fe #8c54fe #bfa0fe #bfa0fe
Cyan #56c2d6 #56c2d6 #94d8e5 #94d8e5
White #ccccc6 #ccccc6 #f8f8f2 #f8f8f2

Maintenance

Run pre-commit hooks with:

pre-commit install