Skip to content

partlyjadedyouth/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ› οΈ Dotfiles

Personal configuration files for a powerful macOS development environment.

This code isn't my original work, it is a combination and refinement of code that others have created and shared online over the past several years. Therefore, I do not hold the copyright.

✨ Overview

This repository contains my configuration files for:

  • πŸ”§ Git - Version control settings with global gitignore rules
  • πŸ“ Vim - Lightweight text editor configuration
  • 🐚 Zsh - Enhanced shell with custom aliases and functions
  • πŸͺŸ Yabai - Tiling window manager for efficient workspace management
  • πŸ“Š SketchyBar - Modern customizable menu bar with system monitoring widgets

πŸš€ Quick Installation

Clone this repository and run the following commands to symlink all configurations:

# Clone repository
git clone https://github.com/partlyjadedyouth/dotfiles.git ~/Dotfiles
cd ~/Dotfiles

# Git configuration
ln -sf "$PWD/git/.gitconfig" ~/.gitconfig
ln -sf "$PWD/git/.gitignore_global" ~/.gitignore_global

# SketchyBar configuration (create config directory if needed)
mkdir -p ~/.config
ln -s "$PWD/sketchybar" ~/.config/sketchybar

# Vim configuration
ln -s "$PWD/vim/.vimrc" ~/.vimrc

# Yabai window manager
ln -s "$PWD/yabai/.yabairc" ~/.yabairc
ln -s "$PWD/yabai/.skhdrc" ~/.skhdrc

# Zsh shell
ln -s "$PWD/zsh/.zshrc" ~/.zshrc

About

My dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published