Skip to content

adev0x/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Personal dev environment configuration. Managed with a simple install script.

What's included

  • Zsh config with prompt, aliases, and completions
  • Git config with sensible defaults
  • Homebrew bundle for macOS packages
  • Terminal color scheme and font settings

Install

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

The install script symlinks config files to your home directory. Existing files are backed up with a .backup suffix.

Structure

.
├── .zshrc          # Zsh configuration
├── .gitconfig      # Git aliases and settings
├── Brewfile        # Homebrew packages
├── install.sh      # Symlink installer
└── README.md

License

MIT

About

Personal dev environment configuration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors