8000 GitHub - kalupas226/dotfiles
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kalupas226/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My personal macOS dotfiles organized by packages with automated installation.

Installation

Prerequisites (macOS)

sudo softwareupdate -i -a
xcode-select --install

Quick Install

Clone the repository and run the installation script:

git clone https://github.com/kalupas226/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.sh

What gets installed

  • Homebrew - Package manager for macOS
  • mise - Development environment manager
  • CLI tools - bat, eza, fzf, ripgrep, starship, tig, etc.
  • GUI applications - Arc, CleanShot, Wezterm, VSCode, etc.
  • Fonts - Hack Nerd Font
  • Node.js - Latest LTS version via mise
  • Dotfiles - Automatically symlinked to your home directory

Repository Structure

This repository uses a package-based organization:

packages/
├── git/        # Git configuration
├── starship/   # Starship prompt configuration  
├── tig/        # Git browser configuration
├── tmux/       # Terminal multiplexer configuration
├── vim/        # Vim/Neovim configuration
├── wezterm/    # Terminal emulator configuration
└── zsh/        # Zsh shell configuration

Each package contains dotfiles in their expected directory structure. The installation script automatically creates symlinks from package files to their target locations in your home directory.

Configuration Files

  • Brewfile - Homebrew package definitions
  • install.sh - Main installation script with custom symlinking logic
  • packages/ - Individual application configurations

About

No description, website, or topics provided.

Resources

Stars

4619 1 star

Watchers

Forks

Releases

No releases published

Packages

No packages published
0