Welcome to my dotfiles repository! These are the configuration files I use to set up my development environment. They include customizations for:
- 🔧 Shell (Bash, Zsh)
- 📝 Editor (VSCode, Vim, etc.)
- 🎯 Git
- 🖥️ Aliases & functions
- 🔌 Other utility tools
- Clone this repo and symlink the dotfiles to your home directory:
$ git clone https://github.com/sakhileln/dotfiles.git ~/.dotfiles $ cd ~/.dotfiles [.dotfiles/]$ ./install.sh
These dotfiles are tailored for my setup, but feel free to fork and tweak them to suit your own needs! ✨ Adjust settings, aliases, or add new configurations as necessary.
Contributions are welcome! If you have ideas for improvements or new features, please fork the repository and submit a pull request.
- Fork the repository
- Create your feature branch:
git checkout -b feature/YourFeature
- Commit your changes:
git commit -m "Add feature"
- Push to the branch:
git push origin feature/YourFeature
- Open a pull request.
- Sakhile III
- LinkedIn Profile
- GitHub Profile