-
Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" -
Clone & Install
# Clone repository git clone https://github.com/owdax/dotfiles.git cd dotfiles # Install everything brew bundle install
# 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 ~/.zshrcNote: Update your name and email in .gitconfig before using.
# 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# Apply macOS configurations (optional)
cd ~/dotfiles
chmod +x .macos
./.macos