dotfiles

Files to recover my file system.
git clone git://git.nomxz.net/dotfiles.git
Log | Files | Refs | README

commit 653f96358c764b49f8a32f308780c8ccd7fa5dc4
parent f3e46e598c8f91c427667eb153fee54942df8c29
Author: Ramon Asuncion <asuncionbatista@gmail.com>
Date:   Thu, 25 Nov 2021 04:05:47 -0500

Update README for MacOS Install

Diffstat:
MREADME.md | 18++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -1,2 +1,20 @@ # Dotfiles Currently working on a MacOS system. + +# If on MacOS install the Command Line Tols for Mac. +xcode-select --install + +# SSH if setup or do HTTPS +git@github.com:RamonAsuncion/.dotfiles.git +https://github.com/RamonAsuncion/.dotfiles.git + +# Symlinks to home directory +ln -s ~/.dotfiles/.zshrc ~/.zshrc +ln -s ~/.dotfiles/.gitconfig ~/.gitconfig + +# Install HomeBrew +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" + +# Brewfile +brew bundle --file ~/.dotfiles/Brewfile +