Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 650 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 650 Bytes

~/.config folder

My developer environment configuration and my notes

Dependencies and notes

  • Wezterm as terminal emulator
  • oh-my-zsh
  • Nerdfonts
  • Gruvbox darker for terminal and gruvbox for nvim
  • Zsh plugins -> plugins=(git zsh-autosuggestions zsh-syntax-highlighting)
  • Telescope -> install ripgrep

Scripts

## ~/.zshrc --> Add this to ~/.zshrc to make the file in this config the main configuration
if [ -r ~/.config/.zshrc ]; then
    source ~/.config/.zshrc
fi

Sources

Troubleshooting

:checkhealth :messages

Todo

  • Fix python dap
  • Add todo plugin