My personal dotfiles.
First, install Homebrew. Then run this script:
# Clone this repository
git clone [email protected]:bahlo/dotfiles "$HOME/.dotfiles"
# Install Homebrew dependencies
cd "$HOME/.dotfiles" && brew bundle
# Create a .config directory
mkdir -p "$HOME/.config"
# Link the Fish config
ln -s "$HOME/.dotfiles/.fish" "$HOME/.config/fish"
# Link Helix config
ln -s "$HOME/.dotfiles/helix" "$HOME/.config/helix"
# Link Tmux config
ln -s "$HOME/.dotfiles/.tmux.conf" "$HOME/.tmux.conf"