Skip to content

Adamkleo/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

My personal configuration files for macOS development environment.

What's included

  • zsh: Shell configuration with aliases and prompt setup
  • tmux: Terminal multiplexer configuration

Requirements

  • macOS
  • Homebrew
  • GNU Stow: brew install stow

Installation

git clone https://github.com/Adamkleo/dotfiles.git ~/dotfiles
cd ~/dotfiles
chmod +x install.sh
./install.sh

Manual installation

cd ~/dotfiles
stow zsh tmux

What it does

  • Creates symlinks from your home directory to the dotfiles repo
  • Backs up existing configs before installing
  • Uses GNU Stow for clean symlink management

Uninstall

cd ~/dotfiles
stow -D zsh tmux

Then restore from backups:

cp ~/.zshrc.backup ~/.zshrc
cp ~/.tmux.conf.backup ~/.tmux.conf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages