Skip to content

aboltart/dotfiles

Repository files navigation

My dotfiles

These are config files to set up a system the way I like it.

Installation

git clone git@github.com:aboltart/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
rake install

Install Homebrew and Brew Bundle

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap Homebrew/bundle

Install System Packages and Applications

brew bundle --file=$HOME/.dotfiles/Brewfile

Configure git

git config --global user.name "your-name"
git config --global user.email "your-email"

Other good dotfile examples

https://github.com/mathiasbynens/dotfiles https://github.com/aleksandrs-ledovskis/machine-config

About

My dotfiles for daily work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published