Skip to content

habema/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

habema's dotfiles

This repository contains my custom .zshrc file, and a theme config using Oh My Posh.

Highlights

  • Minimalistic OhMyPosh theme.
  • zinit: zsh plugin manager
  • fzf: Fuzzy finder.
  • zoxide: Smarter cd.
  • uv: Fast Python package and project manager
  • Syntax highlighting, completions, autosuggestions.

Installation

  1. Ensure that git and curl are installed, and zsh is your default shell.
  2. Install Homebrew.
  3. Run this command to install the necessary dependencies:
brew install jandedobbeleer/oh-my-posh/oh-my-posh fzf zoxide 
  1. Install uv (Python package and project manager):
curl -LsSf https://astral.sh/uv/install.sh | sh
  1. Install a Python version via uv (optional, but recommended):
uv python install 3.13 --default
  1. Copy the .zshrc file into your $HOME/.zshrc
  2. Copy your favorite ohmyposh config to your $HOME/.config/ohmyposh/config.toml directory.
  3. Restart your terminal session, or run source ~/.zshrc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages