https://github.com/kerbaras/dotfiles
Configuration of tools I commonly use for software development
https://github.com/kerbaras/dotfiles
bash dotfiles installation shell unixporn
Last synced: 3 months ago
JSON representation
Configuration of tools I commonly use for software development
- Host: GitHub
- URL: https://github.com/kerbaras/dotfiles
- Owner: kerbaras
- License: mit
- Created: 2016-06-08T01:36:07.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2025-06-16T04:20:36.000Z (about 1 year ago)
- Last Synced: 2026-02-24T00:35:34.091Z (4 months ago)
- Topics: bash, dotfiles, installation, shell, unixporn
- Language: Shell
- Homepage:
- Size: 10.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Kerb's Dotfiles 🧑🏻💻
This is a collection of useful configs and tools i use daily,
so better have it here to not loose them up.
Features •
Installation •
Usage •
Themes •
Roadmap •
Contributing
---
## 🌟 Features
- **🔍 Complete Rule Validation**: Every character choice validated against official rules
- **📚 Source Citations**: Every validation includes book and page references
- **⚡ Build Optimization**: MinMax strategies and synergy suggestions
- **🤖 Intelligent PDF Processing**: Automatically extract rules from uploaded rulebooks
- **🎯 Multi-System Support**: D&D 5e, Pathfinder, and more
- **🔌 VTT Integration**: Export to Roll20, FoundryVTT, and other platforms
## 🚀 Quick Start
> [!IMPORTANT]
> This is my personal dotfiles, if you want to give it a try you should first fork this repo.
> The scripts here are highly opinionated and are expected to change your settings. **Use it at your own risk!**
### Prerequisites
This script uses `sh` and `bash` to install most of the tools.
If you choose to use this script using git on mac you might need to enable xcode tools
```bash
xcode-select --install
```
### Installation
```bash
git clone https://github.com/kerbaras/dotfiles ~/.dotfiles
cd ~/.dotfiles
./scripts/bootstrap.sh
```
### Basic Usage
```bash
# Exclude individual apps from configuration
./scripts/bootstrap.sh --exclude warp
# Select the OS platform and the Package Manager tool
./scripts/bootstrap.sh --platform macos --package brew
```
## 🎨 Themes
Catppuccin is a community-driven pastel theme that aims to be the middle ground between low and high contrast themes. It consists of 4 soothing warm flavors with 26 eye-candy colors each, perfect for coding, designing, and much more!
## 📦 Roadmap
## 🤝 Contributing
We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.
### Development Workflow
1. Fork the repository
2. Create a feature branch (`git switch -c feature/amazing-feature`)
3. Commit your changes (`git commit -m 'feat: Add amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request
## 🛡️ Security
- Respect for publisher copyrights
## 📄 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## 🙏 Acknowledgments
- [Mathias Bynens](https://mathiasbynens.be/) and his amazing [dotfiles repository](https://github.com/mathiasbynens/dotfiles)
- [Denis Gruzdev](https://cj.dog)'s configs at his [dotfiles repository](https://github.com/codingjerk/dotfiles)
- All contributors who help make my Dotfiles better
Made with ❤️ for the Dev Community by Kerb!