Skip to content

Releases: mfts/dotfiles

v2.0.0

17 Feb 16:52
5fa9b52
Compare
Choose a tag to compare

A new developer experience

tea

Biggest change in my new config is that I'm using tea as my only package manager. Yes, I'm not installing brew.
I removed all virtual environment tools like pyenv, rbenv, nvm because tea can manage versions just as well if not better.

.vscode

Extensions

  • added tailwind intellisense extension
  • added github codespaces and copilot
  • removed tabnine (I was on the "local model" version and I used it less and less)
  • removed all of the Ruby/Rails highlighting extensions

Settings

  • updated settings to reflect new extension and changes in vscode

.gitconfig

  • added git commit signing with bpb (I cannot believe I didn't have that set up)

.ssh

  • changed ssh-agent to 1Password (it works across my machines without dealing with ssh keys)

.zshrc

  • updated prompt
  • added tea magic

v1.0.0

17 Feb 16:25
Compare
Choose a tag to compare

Initial release of mfts/dotfiles