Skip to content

owdax/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Quick Start (Clean Mac)

  1. Install Homebrew

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  2. Clone & Install

    # Clone repository
    git clone https://github.com/owdax/dotfiles.git
    cd dotfiles
    
    # Install everything
    brew bundle install

Additional Setup

Symlink Dotfiles

# Link configuration files
ln -sf ~/dotfiles/.zshrc ~/.zshrc
ln -sf ~/dotfiles/.tmux.conf ~/.tmux.conf
ln -sf ~/dotfiles/.zsh_aliases ~/.zsh_aliases
ln -sf ~/dotfiles/.gitconfig ~/.gitconfig
ln -sf ~/dotfiles/.gitignore_global ~/.gitignore_global

# Link nvim config directory
ln -sf ~/dotfiles/nvim ~/.config/nvim

# Reload shell
source ~/.zshrc

Note: Update your name and email in .gitconfig before using.

Tmux Plugin Manager (TPM)

# Install TPM
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

# Start tmux and install plugins
tmux
# Press: Ctrl+a + I (capital i) to install plugins

macOS Settings

# Apply macOS configurations (optional)
cd ~/dotfiles
chmod +x .macos
./.macos

About

My sweet . files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors