Skip to content

fberrez/dotfiles

Repository files navigation

dotfiles

Personal dotfiles for macOS and Linux.

Install

Creates symlinks from this repo to your home folder:

make

Structure

  • .shared_env — Shared environment (PATH, tools, aliases, functions) sourced by both bash and zsh
  • .bashrc — Bash-specific config (prompt, colors)
  • .bash_profile — macOS bash login shell (sources .bashrc)
  • .zshrc — Zsh config (oh-my-zsh, plugins, completions)
  • .bash_aliases — Shell aliases (git, docker, etc.)
  • .functions — Shell functions (docker cleanup, git worktrees, etc.)
  • .vimrc — Vim configuration
  • .extra — Machine-specific config (gitignored)
  • .claude/commands/ — Claude Code custom slash commands

Claude Code Commands

Custom slash commands symlinked to ~/.claude/commands/:

Command Description
/linkedin-post Write LinkedIn posts with a spicy, constructive tone about AI/tech — rage bait meets real insight
/bluesky-post Write Bluesky posts/threads with a raw, unfiltered dev voice — short, punchy, real talk about AI and building software
/reddit-post Write Reddit posts with an authentic, community-first voice — real war stories about AI in production, no self-promotion vibes
/korint-linkedin-post Write LinkedIn posts with a spicy, constructive tone about AI in insurance/tech — rage bait meets real insight
/korint-bluesky-post Write Bluesky posts/threads with a raw, unfiltered dev voice — short, punchy, real talk about AI and building software
/korint-reddit-post Write Reddit posts with an authentic, community-first voice — real war stories about AI in production, no self-promotion vibes

Machine-specific config

Add secrets, host-specific aliases, and credentials to .extra (gitignored):

# Git credentials
git config --global user.name "Name"
git config --global user.email "Email"
git config --global gpg.program gpg
git config --global commit.gpgsign true
git config --global user.signingkey YOUR_GPG_KEY

# Host-specific aliases
alias vps="ssh -i ~/.ssh/key user@host"

About

My dotfiles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages