feat: Simplify the dotfiles to what is useful

This commit is contained in:
Matthew Binning 2025-03-29 14:02:30 -07:00
parent 9232cf030b
commit 126d9892e2
11 changed files with 35 additions and 452 deletions

3
install.sh Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env sh
ln -si "$HOME"/dotfiles/.gitconfig ~/.gitconfig
printf '. ~/dotfiles/.profile' > ~/.bashrc