colebemis / dotfiles

My personal dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

This repo contains my personal dotfiles. Inspired by Managing Your Dotfiles.

Usage

# Clone dotfiles as a "bare" repo
gh repo clone colebemis/dotfiles .dotfiles -- --bare

# Load dotfiles from remote repo
alias mygit='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
mygit config --local status.showUntrackedFiles no
mygit checkout

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

# Install Homebrew packages from Brewfile
brew bundle install --file=~/.Brewfile

# Install Oh My Zsh
# https://ohmyz.sh/#install
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

About

My personal dotfiles

License:MIT License


Languages

Language:Shell 93.6%Language:Vim Script 6.4%