Welcome to my collection of dotfiles! These are the configuration files that I use to set up my development environment. They help me keep my setup consistent across different machines.
- Zsh + Oh My Zsh: Custom Zsh configuration with themes and plugins.
- Vim/Neovim: Optimized
.vimrc
for productivity. - Git: Git configuration for better aliases and automation.
- Alacritty: Personalized Alacritty configuration for terminal multiplexing.
- Bash/Zsh Aliases: Useful aliases for faster command execution.
- Custom Scripts: Handy bash scripts for automation.
chmod +x install.sh
./install.sh
git clone https://github.com/griphcodedev/dotfiles.git
cd dotfiles
.
├── .zshrc # Zsh configuration
├── .vimrc # Vim configuration
├── .gitconfig # Git configuration
├── .bash_aliases # Bash aliases
├── .config/ # Configurations for other tools
├── install.sh # Installation script
└── README.md # This file
Created by Your Griphcode. If you like my dotfiles, consider starring the repo! ⭐