My Freebsd Experience
My experience using Freebsd for daily use
2026-01-02
⚙️ My Dotfiles
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.
👻 Font
https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/0xProto.zip
✨ Features
- Zsh + Oh My Zsh: Custom Zsh configuration with themes and plugins.
- Vim/Neovim: Optimized
.vimrcfor 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.
🚀 Installation
chmod +x install.sh
./install.sh
1. Clone the repository
git clone https://github.com/griphcodedev/dotfiles.git
cd dotfiles
📁 Structure
.
├── .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
🛠️ Work in progress!
🧑💻 Author
Created by Griphcode. If you like my dotfiles, consider starring the repo! ⭐