dotfiles
Some of my dotfiles for your further amusement.
If you want them nicely managed just yadm clone them.
yadm is a dotfile manager I endorse.
Usage
- Install (using [yadm], which is effectively just a dope wrapper around git):
case "${OSTYPE:?}" in
linux*) sudo apt install -y yadm ;;
darwin*) brew install yadm ;;
esac- Clone:
yadm clone --bootstrap 'git@github.com:devhammed/dotfiles.git'PS: You should remove --bootstrap from the command if you don't want to install softwares (Flutter, Rust, Homebrew etc.) or you want to do that later.
- Enjoy!