Skip to content

eitanpo/dotfiles

Repository files navigation

Init

chsh -s /bin/bash
exec "$SHELL"
cd ~ && mkdir Projects && cd Projects
git clone https://github.com/eitanpo/dotfiles.git
cd dotfiles && source bootstrap.sh

You might be asked to install Xcode Command Line Tools

Setup

Review Brewfile to remove unnecessary installations.

source brew.sh
source ~/.macos

Configure Terminal colors by importing theme from resources/ folder (a new theme would be created). Use the imported theme for startup and as default.

Configure Git

git config --global user.email "[email protected]"
git config --global user.name "Your Name"

Update

source ~/Projects/dotfiles/bootstrap.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published