Skip to content

This is my ~/.config repository, where I store all my developer environment config

Notifications You must be signed in to change notification settings

caiocsgomes/dotconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

~/.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

About

This is my ~/.config repository, where I store all my developer environment config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published