Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 766 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 766 Bytes

dotfiles

Work it harder, make it better

Do it faster, makes us stronger

Work it harder, make it better. Do it faster, makes us stronger.

To install the dotfiles:

git clone https://github.com/tobiabocchi/dotfiles
cd dotfiles
mkdir -p ~/.config # Ensure this dir exist so we don't link to it
rm ~/.zshenv # If you care about this file just move it so we can link it
stow . --target=$HOME
# misc dependencies (for testing with alpine container)
# unzip wget gzip python3 ripgrep clang bash zsh git fzf stow curl snapd (for nvim)