Personal configuration files for macOS/Linux development environment.
Run this one-liner to install:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/mariusbreivik/dotfiles/refs/heads/main/setup.sh)"This will:
- Clone this repo to
~/dotfiles - Install Oh-My-Zsh, Homebrew, and SDKMAN
- Create symlinks for
.zshrc,.vimrc, and.gitconfig - Install Zsh plugins (syntax-highlighting, autosuggestions, direnv)
.zshrc- Zsh configuration with Oh-My-Zsh, plugins, and aliases.vimrc- Vim editor settings.gitconfig- Git configuration
cd ~/dotfiles && git pull