This repository contains my personal dotfiles and configuration scripts to enhance my development environment. It includes a variety of tools and utilities that I regularly use.
- Zsh: A powerful shell that enhances command line usability.
- Stow: A symlink farm manager that helps in managing dotfiles.
- Oh My Posh: A prompt theme engine for a beautiful command line experience.
- fzf: A command-line fuzzy finder for efficient file navigation.
- Tree: A command-line tool to display directory structures in a tree format.
- Zoxide: A smarter cd command that remembers your directory usage patterns.
- Bat: A cat clone with syntax highlighting and Git integration.
- Eza: A modern replacement for
ls
with additional features. - Cookiecutter: A command-line utility that creates projects from templates.
- Translate Shell (trans): A command-line translator for quick translations.
- xclip/xsel: Clipboard utilities for Linux systems.
In addition to the dotfiles, this repository also contains scripts specifically for Odoo development. These scripts help streamline the setup and management of Odoo projects.
To install the dotfiles and the necessary tools, run the installation script:
git clone [email protected]:Cerebellum-ITM/dotfiles.git && cd $_
./install