Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 857 Bytes

File metadata and controls

43 lines (29 loc) · 857 Bytes

Codebeige Dotfiles

This repository includes my personal configuration and utility scripts for quick system setup. You are welcome to find inspiration or reuse any useful elements, but please do so at your own risk.

Setup

Install Apple Commandline Tools

xcode-select --install

Clone repository

git clone git@github.com:codebeige/dotfiles.git ~/dotfiles

Install Oh-My-Zsh

CHSH=no RUN_ZSH=no KEEP_ZSHRC=yes sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Install Homebrew

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

Install Apps and CLI tools

brew bundle install --file ~/dotfiles/Brewfile

Finally, create symlinks for all configuration files

bb init